DEV Community

Cover image for I got sick of wrestling with manifest.json, so I built an AI that codes Chrome Extensions for you. ๐Ÿš€
Arbab
Arbab

Posted on

I got sick of wrestling with manifest.json, so I built an AI that codes Chrome Extensions for you. ๐Ÿš€

Letโ€™s be real for a second. Building a Chrome Extension is an absolute nightmare.

You think, โ€œOh, itโ€™s just some JavaScript and HTML, how hard can it be?โ€

Then you get hit with:

  • Manifest V3 completely breaking your background scripts.
  • Service workers dying every 5 minutes.
  • Content scripts refusing to communicate.
  • CORS issues that make you want to punch your monitor.

I realized I was spending days just setting up the basic architecture for a micro-SaaS idea that should have taken two hours to test. The friction was killing my momentum.

I didn't want to learn the intricacies of Google's extension architecture. I just wanted to build cool tools, launch them, and get users.

So, I automated the whole damn thing.

โšก Enter MANIFESTGO

I built ManifestGo. It is an AI-powered Chrome extension builder.

Let me be clear on what this isn't. It is not a clunky form. It is not some basic template generator where you have to "bring your own API" and stitch it together yourself.

Itโ€™s an actual AI builder that writes the code for you.

How it works:

You literally just describe what you want your extension to do, and ManifestGo handles the heavy lifting.

  1. The Idea: You type: "I want an extension that highlights Gen Z slang on any webpage and translates it to professional corporate jargon."
  2. The Magic: The AI spins up the manifest.json, the background scripts, the UI popup, and handles the permissions.
  3. The Export: You get a ready-to-load extension.

You skip the documentation-reading phase and jump straight into the launching phase.

๐Ÿ› ๏ธ Why I built this for Indie Hackers

If you are an indie hacker, a vibe coder, or just someone trying to build a portfolio of micro-SaaS apps, speed is everything.

The market for small utility Chrome extensions is massive, but the barrier to entry is just annoying enough to stop most people from building. ManifestGo removes that barrier. You can test 5 different micro-SaaS ideas in a weekend instead of spending the whole weekend debugging one content script.

๐Ÿ‘‰ **Try it out here: ManifestGo.app**

Drop a comment below. What is the most annoying Chrome Extension idea you've had but gave up on because the setup was too tedious? Let me know, and let's see if ManifestGo can build it. ๐Ÿ‘‡

Top comments (0)