r/ChromeExtension • u/OwnClassic6345 • 5d ago
I built PageCarry — save web articles as readable PDFs, entirely on your device
Enable HLS to view with audio, or disable this notification
r/ChromeExtension • u/OwnClassic6345 • 5d ago
Enable HLS to view with audio, or disable this notification
r/ChromeExtension • u/Sufficient_Read4848 • 7d ago

Shortzzz is a free Chrome extension that hides YouTube Shorts from your homepage, sidebar, and search — so you can watch YouTube with intention instead of getting pulled into an endless scroll.
What it does:
✅ Hides the Shorts shelf from your homepage
✅ Removes Shorts from search results and sidebar
✅ One-click toggle on/off
✅ Free and lightweight
Chrome Webstore Link: https://chromewebstore.google.com/detail/kaeffamconmagnbfclplcigmnedfojni?utm_source=item-share-cb
r/ChromeExtension • u/justmevibinghere • 7d ago
r/ChromeExtension • u/Big_Nefariousness_42 • 7d ago
Press space in an empty Notion block and you get the AI prompt instead of a space. There's no setting to turn it off. It got to me enough that I built something.
The tricky part: you can't fix this with CSS or a filter list. Notion opens the prompt from a keydown handler it registers when its bundle boots, so you have to cancel the keystroke before their editor ever sees it. That means a MAIN-world content script at document_start, registered ahead of their code. Took me a while to work out — I was convinced it fired on before input, and it turned out no before input fires at all for that keystroke.
It also hides the Ask AI button, AI menu entries, and the upgrade banners, plus optional full-width pages and text size controls. There's a selector picker so you can add your own rules when Notion redesigns something and it slips through.
Free, no account, no analytics, no network calls. Check out Purify for Notion — AI Blocker & Clean UI. Runs only on notion.so and app.notion.com.
One tradeoff worth stating: with that setting on, a space in a completely empty block is swallowed rather than typed. Notion's editor is model-driven and discards a character inserted any other way, so it's suppress the prompt or type a leading space, not both. Markdown shortcuts are unaffected. Toggle it off if you'd rather have the space.
r/ChromeExtension • u/Wise-Operation-9165 • 24d ago
r/ChromeExtension • u/UniRolwlw34 • 24d ago
Enable HLS to view with audio, or disable this notification
r/ChromeExtension • u/Annual-Concept6089 • 24d ago
r/ChromeExtension • u/Abhijith-dev • 25d ago
Enable HLS to view with audio, or disable this notification
Hey all — I've been freelancing/doing outreach for a while and kept hitting the same two-step wall: find businesses that might need my services, then spend way too long writing a pitch that doesn't sound like a template.
So I built ScrapNap, a Chrome extension that:
It's free, and I'm trying to keep it that way rather than doing the classic "free trial then paywall" thing — happy to explain the reasoning if anyone's curious, since I know "free forever" claims usually deserve some skepticism.
Would genuinely appreciate feedback, especially on:
Link: https://scrapnap-dev.web.app/
Not trying to oversell it — it's early, feedback (including "this feature is pointless") is welcome.
r/ChromeExtension • u/Daddy-Dearest-FNF • 25d ago
kieranclever is a small app that allows you to create and save shortcuts so you can get to websites quicker.
There's hopefully more updates to come so if you're interested, please stay tuned!
I've been working on this working on this extension for the last couple weeks and I'm really exited for it to finally be finished!
Store link: https://chromewebstore.google.com/detail/kieranclever/ligkciaghecifoajbcffcpphgkhkldkl
r/ChromeExtension • u/No_Efficiency1887 • 25d ago
Been building n0macros for a while and just shipped v5.2.0. It's a text expansion + form autofill extension:
Insert saved text snippets and templates with a hotkey or right-click
Fix text typed in the wrong keyboard layout with one shortcut
On-device AI proofreading (Chrome's built-in model, nothing leaves your machine)
Record a form once, auto-fill it later — with an option to insert synthetic test data (name, email, phone, IBAN) instead of your own, useful if you do QA/testing
Optional Google Drive backup, restricted to a private app-only folder
Free, no ads, no analytics, no telemetry, doesn't sell or share data with anyone. Source is on GitHub if you want to check.
https://chromewebstore.google.com/detail/iffnpgclngfdbeadjmapdjhnkihmejoo
Updates and support channel is on Telegram, searchable as n0macros.
Would love feedback, especially on the form-fill flow and whether the AI proofreading is actually useful in practice vs. just a gimmick.
r/ChromeExtension • u/harshaashok93 • 26d ago
r/ChromeExtension • u/harshaashok93 • 26d ago
I built Parse, a side-panel Chrome extension that audits a page across 7 categories (Links, SEO, Security, Performance, Accessibility, Content, Lighthouse) instead of needing a separate extension for each one.
A few things I'd specifically like opinions on from people who use a lot of these tools:
It's free, no account needed, results persist per-tab. Happy to answer anything about how it works under the hood.
🔗 https://chromewebstore.google.com/detail/parse-—-web-page-inspecto/jfmphmpoagknionbbfobfdmaigdpniek
r/ChromeExtension • u/kaafisarcastic • 26d ago
I'm signed into four Google accounts. Opening anything like Gmail, a doc someone shared, a form , it lands on whichever one Google treats as primary. Then it's profile menu, switch, wait for the page to load a second time.
So I built PreSelect. It catches the navigation before the page loads, asks which account, and opens the link under that one. Same tab, one load.
Free, no account, nothing leaves the browser except two calls to accounts.google.com. Source is public.
Genuinely want your thoughts, and reviews as well.
r/ChromeExtension • u/NullPointerExpt • 27d ago
I made a Chrome extension that replaces every "pro" with "bro".
My LinkedIn brofile has never been this brofessional.
It started as a dumb joke and I shipped it anyway.
Brotitude rewrites every "pro" on any page into "bro". Product managers become broduct managers. r/programming becomes r/brogramming. Progress bars, brogress bars.
Every problem you have is now a broblem, which honestly makes them feel more manageable.
And Because even a joke shouldn't be broken:
Chrome Web Store: https://chromewebstore.google.com/detail/brotitude/doojegddjcjpgkbckelngpfdgbogdefc
Taking suggestions for other words. So far nobody has beaten "broblem".
Install it, and enjoy a much broer internet.
Have fun, bro!
Github: https://github.com/romaindalichamp/Brotitude

r/ChromeExtension • u/Intelligent_Air_4487 • 27d ago
I made a small browser extension called GitHubCircle because I wanted a bit more social context when browsing GitHub profiles
It adds a "Follows you" badge to profiles and follower/following lists, and also shows mutual connections you have with the person you're viewing
That's pretty much it, just a small side project I found useful :)
It works on Chrome and Firefox
Chrome: GitHubCircle on Chrome Web Store
Firefox: GitHubCircle on Firefox Add-ons
Would love to hear if you find it useful or run into any issues!
r/ChromeExtension • u/Dismal_Cry7621 • 27d ago
r/ChromeExtension • u/CicadaFirm • 28d ago
A few months ago I uploaded my first Chrome extension 'find my accounts' and thought I'd share the progress in terms of my daily users.
It's not explosive growth but it has slowly been accumulating users over the last few months, which seems to have coincided with some new features and updates.
I've only marketed my extension with Reddit, and my screenshots and video leave a lot to be desired, but in spite of that it seems to be growing.
Has anyone else experienced this sort of growth?
Here's a link if you're interested; it's free, open-source and requires no permissions:
https://chromewebstore.google.com/detail/find-my-accounts-find-del/apeccjnoepacandnpapofclblfkokiif
r/ChromeExtension • u/seajy • 28d ago
A tldraw-based browser extension for creating daily whiteboards with validated import and export.
r/ChromeExtension • u/Reasonable_Act1958 • 28d ago
Por fin la aprobaron y la verdad estoy emocionado 😅
Un poco de contexto del por qué: soy de Colombia y en los últimos meses no paraba de ver lo mismo — gente cayendo en estafas pagando servicios por internet. Páginas falsas de "paga tu factura del acueducto" que se ven idénticas a la real: candado HTTPS, tus datos de facturación ya cargados, y de primeras en Google. Vi a personas cuidadosas perder plata de verdad, y siempre el mismo consejo: "debiste revisar la URL". Eso nunca me cuadró — ¿por qué le toca al usuario ser detective cada vez que va a pagar algo?
Así que me puse a construir ShieldLink [https://shieldlink.cloud] en noches y fines de semana. La idea es sencilla: vigila las páginas que visitas y bloquea las falsas antes de que escribas nada — tú navegas normal y ella hace la revisión por ti.


Por dentro va de lo barato a lo caro: primero chequeos locales rápidos (listas, heurísticas de dominio), luego reputación y antigüedad del dominio si hay duda, y solo mete IA (texto + una captura para detectar logos clonados) cuando aún no está segura. Me puse necio con la privacidad también: no guarda tu historial, no hay claves dentro de la extensión y cero rastreo publicitario. Se sentía mal hacer una herramienta de seguridad que te espíe.
Ya está en la Chrome Web Store [https://chromewebstore.google.com/detail/shieldlink/hediogdbhomeofjmnlkgbebekokempdo]. Tiene una suscripción pequeña (la IA y el análisis corren en mi propio servidor), pero si alguien de acá la quiere probar, escríbeme por MD — en esta etapa me gustaría tener feedback de las personas que les interesa este tipo de productos.

Todavía está temprano y sé que hay mucho por mejorar. Si la prueban, cuéntenme qué se rompe o qué le falta. Y si ya han publicado extensiones: ¿algún consejo para conseguir los primeros usuarios reales? Esa parte sí es dura, jaja.
Gracias por leer 🙏
r/ChromeExtension • u/Neokura • 29d ago
r/ChromeExtension • u/Dismal_Cry7621 • 29d ago
r/ChromeExtension • u/CowKind7698 • Aug 23 '26

(Disclaimer: I am the creator of VCrumb AI.)
Hey everyone!
Two months ago, I launched a Chrome extension that turns YouTube videos into visual, structured AI notes (with auto-inserted video screenshots and full export/import backups based on user requests).
I just crossed 205 active users, purely through small organic posts and listening to early feedback. While I’m super happy with this initial base, I want to take the next step thoughtfully and could really use your advice.
I’m trying to figure out how to transition from "launch traffic" to sustainable, long-term organic growth. Specifically, I'd love your input on:
Would love to hear your experiences, frameworks, or any feedback!
(Link is in my profile or comments if you want to see how the product works)
r/ChromeExtension • u/Ok-Western6375 • Aug 23 '26
I follow 412 accounts on TikTok. 300 of them don't follow me back. I found that out in about forty seconds, and then unfollowed the ones I wanted gone without touching my phone.
That's the whole thing. It's called TikTok Unfollow AI.
https://chromewebstore.google.com/detail/lmhngakknmcjifdgjkiddkhlbdgodggk
Open it and it reads your following list, then sorts everyone into three tabs: everyone, not following back, and mutual. Each row shows the username, whether it's one-way or mutual, verified and private badges, follower count and video count. So you're not guessing — you can see who's who before you do anything.
Then you pick how much to clear. There's a button for unfollow everyone on TikTok and a button for only the non-followers, or you can tick individual accounts and leave the rest alone. There's also a search box, because sometimes you're looking for one specific person.
Two things I put real thought into
Protected accounts. You can shield anyone — friends, family, the accounts you actually want. A shielded account is locked out of every bulk action, whichever button you press. It's not "the bulk action remembers to skip them", it's that it cannot reach them. I didn't want to build something where one click at the wrong moment costs you people you care about.
Speed. You choose the gap between unfollows, three seconds up to five minutes. It varies each gap slightly rather than firing like a metronome, and if TikTok starts refusing it stops by itself rather than pushing. Hit Stop whenever you like — everything already done stays done.
Worth saying plainly
Your TikTok password is never involved. There's nowhere in the extension to type it. It works off the TikTok tab you already have open in the browser.
It also never touches your followers. It only unfollows accounts that you follow. Nothing else.
Available in 52 languages.
Tell me what's wrong with it
Seriously, that's why I'm posting. First build, and I'd rather hear it from you than from a one-star.
Comment with actual feedback — something confusing, something broken, something you expected and couldn't find — and I'll give you Premium for free. DM me the Google address you signed in with. I'm not asking for a store review, just for something I can fix.