Tahir

Ex10sion - Build Chrome Extensions with AI - free, BYOK

by
ex10sion is an AI agent that builds Chrome extensions from plain English prompts. Instead of just generating code, it creates the full structure including manifest, scripts, UI, and packages a ready-to-install ZIP. It ensures Manifest V3 compliance and proper wiring, reducing debugging time. Ideal for quickly building and testing simple to moderately complex extensions.

Add a comment

Replies

Best
Tahir
Maker
📌
Hey everyone, I built ex10sion because I kept hitting the same frustrating problem. AI can generate code, but Chrome extensions are not just code. They require a very specific structure, correct manifest configuration, proper separation between content scripts and background logic, and everything has to be wired together correctly. Even small mistakes can completely break the extension. Most tools get you part of the way there, but you still end up spending hours debugging why something is not working. So I wanted to explore a different approach. Instead of generating snippets, ex10sion tries to generate the entire extension as a working system. It creates all required files, connects them properly, ensures Manifest V3 compatibility, and gives you a ready-to-install ZIP file. The idea is simple: go from a plain English prompt to something you can actually load in Chrome and use. What it works well for right now: Simple to mid-level extensions, utilities, basic scrapers, and quick prototypes. Where it still needs improvement: More complex workflows, dynamic websites, and edge-case-heavy scenarios. I am actively working on improving reliability here. I am not trying to position this as a perfect or complete solution. It is an evolving system focused on making extension development faster and less frustrating. Would really appreciate feedback: What did you try to build? Where did it break? What felt missing or confusing? I will be actively improving it based on what you share. Thanks for checking it out.