PlugThis - Create your own Chrome Extensions by chatting with AI

by
You wanted a Chrome extension that would save you 15 minutes a day. You searched the Chrome Web Store, and it's not there. Now you can just describe it in plain English, and PlugThis builds it for you. The code is yours. Want changes? Chat. Need login or a database? Connect Supabase. Ready to publish? We generate the icons, screenshots, and listing copy the store asks for. Everyone else builds web apps. We build Chrome extensions.

Add a comment

Replies

Best

Been sitting on a Chrome extension idea for probably a year now and never touched it because I don't really code. The Twitter ICP scoring one you mentioned is basically the exact vibe of the thing I've wanted to build. Gonna actually try this today instead of letting it rot in my notes app lol.

 This is the exact person we built it for, Michael 😄 A year in the notes app is long enough, today's the day.

And good news, the Twitter ICP scoring idea is right in the sweet spot: read the profile or timeline, score it against your criteria, show the result inline. You describe it in plain English and it figures out the structure, the permissions, and the scaffolding for you, so not really coding is not the blocker it used to be. You can refine it just by telling it what you want changed.

One tip: start with the simplest version of the idea, get that working and seeing it live, then add the fancy scoring logic. Momentum is everything, and this time you won't lose it to setup.

Go build it, and please come back and tell me how it went. Genuinely rooting for you on this one.

I like the focused approach but how do you handle Chrome permission requests Maybe adding permission explanations could improve user trust.

 Appreciate that, Jason

Permissions are kept minimal by default. PlugThis only requests what the described feature actually needs, so nothing broad gets pulled in silently.

And you're spot on about explanations building trust. That's already baked in: before submission, it auto-drafts a plain-language justification for each permission (why it's needed, what it touches) for the Chrome Web Store form, plus flags when a privacy policy is required. So the reasoning is spelled out instead of users just seeing a scary permission prompt with no context.

Would love to hear if you'd want those explanations surfaced to end users too, not just the store form. That's a really interesting direction.

Congrats on the launch! 🚀

That "15-minute repetitive task" line got me. Mine is copy pasting snippets from a bunch of open tabs into one notes doc, one at a time. Something that just tossed every highlight into a single running note would genuinely save me.

Nicely done!

 Thank you Nelson 🚀 And honestly that's the perfect first extension, because it's a real pain and it's very buildable.

What you described maps cleanly: highlight text on any page, hit a shortcut or a button, and it appends the highlight plus the source URL into one running note, all stored locally so it persists. Add a side panel to see the running list as you go and you've basically killed the copy-paste-one-at-a-time loop.

You could have a working version of this today. Describe it in that exact plain-English way and let it build the structure. If you make it, come back and show me, I'd genuinely love to see your highlight collector come to life.

 Thank you :) Those 15 minutes start adding up to days over years. Please try building your workflow as an extension on PlugThis.

This looks cool! Does it support complex extensions with multiple pages?

Hi   We can build complex multi page extensions, do you have any particular idea you want to see as an extension?

 For example - a multi-page extension that pulls prices from several open tabs into one live comparison panel

 I was able to get this done in 2 prompts. The extension fetches data from 3 open tabs and price compares yogurt and presents findings in a new tab.

 This is crazy!

The version history baked in is such a thoughtful touch, makes iterating with the chat feel safe instead of nerve-wracking. Glad someone finally focused on Chrome extensions instead of yet another web app builder.

 Thank you version history was born out of pain we faced not having it :) And we wanted to be super focussed from day 1 and be the best platform to build chrome extensions.

Super excited to check this out and will be trying it for our current web app 'dot.' as we could definitely expand our offerings with a chrome extension!

 Thank you, great idea. A lot of our early customers create extensions to offer along side their main product. Please reach out to me if you have any challenges.

This is great Udaya! been trial and error build a chrome extension and keep getting bottleneck. I found something from your product. Big applause!

Hi  Thank you thank you :) Please take PlugThis for a spin. I am super curious to see what you are going to build.

Chrome extensions are the one thing I keep wanting to build and keep bouncing off, because the manifest and permissions setup kills the momentum before I get anywhere. Does PlugThis handle the permissions prompts and store-review gotchas, or does it just get me to working code and I'm on my own for shipping? The last 10% is where my side-project extensions always die.

 You just described exactly why we built this, Anthony. Getting to working code was never really the hard part. The last 10%, permissions and store review, is where side-project extensions quietly die, so that's the part we went deepest on.

Concretely, PlugThis does not stop at working code:

  • Permissions are scoped to what the feature actually needs, not "ask for everything to be safe," and it flags permissions the manifest declares but the code never uses, so you go to review lean instead of over-asking.

  • For the store, it generates the listing description, the permission and host justifications, and the privacy disclosures Google asks for, which is usually the maze that stalls people.

  • Then it publishes directly to the Chrome Web Store from inside the app, and remembers your item ID so updates are basically one click.

Browser is where all my work happens and it makes a lot of sense to extract all the juice extensions have to offer. Love what PlugThis does. I've known Udaya for a while and can vouch for the founder and his superb team.

 Thank you Adhar :) Browser if rightly automated, can save upto one full working day every single month! :)

Does the generated extension actually get reviewed and approved before hitting the store, or am I on the hook for submitting it myself?

 Good to clarify. PlugThis submits it for you, you're not doing the manual upload. You connect your Chrome Web Store account once and it publishes directly, along with the listing, permission justifications, and privacy disclosures the store asks for.

What we can't do is approve it, that review is always Google's call, no tool can bypass it. So the flow is: we handle everything up to and including hitting submit, then Google runs their review. The difference is you're not stuck assembling the submission by hand, which is usually where people stall.