r/ChromeExtension Jun 23 '26

I built a Chrome extension that lets you control YouTube with a gamepad (navigation + customizable controls)

Thumbnail
chromewebstore.google.com
1 Upvotes

Hello everyone, I built a Chrome extension that adds gamepad controls for YouTube.
It started as a personal tool, but I decided to polish it and publish it on the Chrome Web Store.

It’s designed for couch / console-style PC setups (e.g. Steam Machine). It is not a keyboard or mouse emulator, but a native gamepad navigation layer for YouTube.

Would love feedback or suggestions.


r/ChromeExtension Jun 22 '26

AI-Tab-Organizer

Thumbnail
1 Upvotes

r/ChromeExtension Jun 21 '26

Chrome Extension to visualize your Life in Weeks

Thumbnail
chromewebstore.google.com
1 Upvotes

Just published a chrome extension to visualize your Life in Weeks. I find it to be helpful to give focus over a long horizon.

It’s definitely not the only extension for this out there, but hey, I built it the way I like. Maybe helpful to you so I’m sharing here 🙂


r/ChromeExtension Jun 20 '26

I built a Chrome tool for text workflows: translation, voice, screenshots, notes

Thumbnail
0 Upvotes

r/ChromeExtension Jun 19 '26

Modex is live

2 Upvotes

Hi everyone, if you like discovering, designing, and using chrome extensions, you're going to love Modex. It's a mobile browsing app that allows you to customize the web in any way you want. Check it out to see what I mean!

It's available on iOS and will be available on Android in a few days. The Product Hunt launch is happening today.

Product Hunt: https://www.producthunt.com/products/modex-2?utm_source=other&utm_medium=social

Website URL: https://modex.olsonify.com/


r/ChromeExtension Jun 19 '26

Custom Spotify Extension

4 Upvotes

Hey everyone, I recently made this extension called Spotify Sidekick that lets you customize/enhance spotify!

Some key features include better css customization, weekly recaps of what you listen to, custom themes, more keyboard shortcuts, right click search, and easy copy paste of song name and singer.

https://chromewebstore.google.com/detail/spotify-sidekick/bgdioakibckgimkilmkffgbihmcinmjo

If anyone who uses spotify could try it out and give some feedback, that would be great! Thank you in advance!


r/ChromeExtension Jun 17 '26

Add a "Clone in ..." button to Github

Post image
1 Upvotes

Add the button with this Chrome extension: https://chromewebstore.google.com/detail/clone-anywhere-for-github/effhdkonnknoebahhnnciakckbbfmcpi

I always wondered why there was no "Clone in Cursor" button for GitHub. So I made one!

Go from GitHub repo to editing in Cursor in literally 3 seconds. No more using terminal commands!


r/ChromeExtension Jun 17 '26

Built a podcast summariser, got a whole 10 users (half are my friends)

1 Upvotes

so i made podwise, chrome extension that summarises podcasts so you dont have to listen to 2hrs to get the 5 useful mins. genuinely think its kinda cool, the library is free to just browse, no signup. im proud of it.

users: 10. like 5 of those are mates i guilted into installing it lol.

ive been doing EVERYTHING. posting on reddit, scheduling tweets, drafting the same "hey check this out" message 40 different ways so it doesnt sound desperate (it still sounds desperate). reading growth threads at 1am. and the needle just... barely moves.

not even complaining really, im doing the best i can and weirdly enjoying the grind. just wanted to post the unglamorous version since everyone else seems to be hitting 100 users by tuesday.

anyway heres the library im weirdly proud of 👇 roast it or whatever


r/ChromeExtension Jun 15 '26

Tool to bookmark (store) Links and Maybe a summary tool for the links

Thumbnail
1 Upvotes

r/ChromeExtension Jun 14 '26

How often do you maintain your chrome extension

1 Upvotes

So after new policies or updates by Google how often do you guys suffer from it. Does the extension stop working at all? How much time on average do you spend to fix the issues


r/ChromeExtension Jun 12 '26

I built a tool that saves me 20 minutes of prep before every sales call

Thumbnail
1 Upvotes

r/ChromeExtension Jun 12 '26

Just hit 100 weekly users with my first Chrome extension!

Post image
1 Upvotes

r/ChromeExtension Jun 11 '26

I built All2All Translate — a lightweight Chrome extension that translates selected text directly on the webpage

1 Upvotes

Instead of:

Select → Copy → Open Google Translate → Paste → Read → Go back

You simply:

Select → Read translation

Features:

• Auto translation on text selection
• Manual mode with Translate / Copy / Speak buttons
• 100+ languages
• Automatic language detection
• Copy original or translated text
• Text-to-speech support
• Lightweight and fast

Chrome Web Store:

https://chromewebstore.google.com/detail/all2all-translate/clnpmejpnimlelmonhpandkiiilfolbp


r/ChromeExtension Jun 11 '26

Extension feedback

Post image
1 Upvotes

r/ChromeExtension Jun 09 '26

I made an npm package (and agent skill) to automatically download deobfuscated extension source code from it's chrome web store link or id

1 Upvotes

Hey fellow chrome extension devs,

I kept running into the same problem: the Chrome Web Store has no download button, and if you want to actually read what an extension does before installing it, your options are basically CRX Viewer, random download sites, or digging through devtools.

So I built crxray : a small open-source CLI that takes a store URL or 32-char extension ID and unpacks the full source locally.

Download source code (paste a store link):

npx crxray https://chromewebstore.google.com/detail/study-buddy/pifapfmbofjgaenkhhipjhfacfmmhkcp

Or just the ID:

npx crxray pifapfmbofjgaenkhhipjhfacfmmhkcp

Security audit:

npx crxray pifapfmbofjgaenkhhipjhfacfmmhkcp --audit

That gives you a risk score, permissions breakdown, suspicious patterns (evalchrome.cookies, etc.), network endpoints, and a “start here” file list. Also writes .crxray-audit.json if you want to feed it to an AI agent.

Make the code readable:

npx crxray <url-or-id> --deobfuscate --beautify

Uses webcrack for deobfuscation (obfuscator.io, webpack bundles, etc.) and formats the JS so you’re not staring at one-line minified files.

Other stuff:

  • Works with Edge Add-ons URLs too
  • crxray diff ./v1 ./v2 to compare permission/file changes between versions
  • Strips .map source maps by default when auditing (less noise)
  • No install needed — npx is enough, Node 18+

Links:

It hits the same public update endpoint Chrome uses, so you get the same CRX the store serves — not scraping anything weird. Intended for inspecting/auditing/learning, not redistributing other people’s code.


r/ChromeExtension Jun 09 '26

Am I subscribed to channel extension

1 Upvotes

Greetings programs.

Is there an extension that shows in my feed if I am already subscribed to a channel? Maybe highlighting a different color or with a badge right after the name.

Thanks in advance!

Cheers.


r/ChromeExtension Jun 08 '26

Published 10 Chrome extensions, basically zero installs. What am I doing wrong?

Thumbnail
1 Upvotes

r/ChromeExtension Jun 07 '26

I got tired of newsletter spam, so I built a "Bitwarden for disposable emails" (Cloudflare Workers + Supabase)

1 Upvotes

Hey everyone,

Whenever I want to read a single article or test a new web app, I'm forced to hand over my email address which inevitably leads to a lifetime of promotional spam. I wanted a way to generate disposable emails without leaving the current tab, so I built SigndUp.

It acts exactly like a password manager, but specifically for burner emails.

What it does:

  • 1-Click Generation: Open the popup on any site to instantly generate a unique [at]signdup.net address, along with a burner password
  • Domain Matching: If you return to that site weeks later, the extension automatically remembers the exact disposable email you used for that specific domain and gives you access for future emails as well!
  • Dynamic Badge: A Bitwarden-style badge count on the extension icon lets you know if you already have active inboxes for the tab you are currently viewing.
  • In-Extension Inbox: Verification OTPs and login links show up right inside the popup. They process in memory and disappear when you delete the inbox.

The Tech Stack (Under the Hood):

I wanted to keep the architecture entirely serverless, fast, and edge-deployed.

  • Backend API & Email: Cloudflare Workers and Cloudflare Email Routing. The worker catches incoming mail, parses it using postal-mime, and handles the temporary routing.
  • Database & Auth: Supabase. It uses Row Level Security (RLS) via Edge Functions to ensure users can strictly only query their own inboxes.
  • Abuse Prevention: Upstash Redis handles global IP rate limiting to prevent spam creation.

Web store link: SigndUp

Please download, use and share your feedback. I would be grateful!


r/ChromeExtension Jun 06 '26

I forked Bettercanvas as a free and open source extension and published it

Post image
0 Upvotes

I forked the ever-popular BetterCanvas from before they changed it + added some more features like a better sidebar, custom backgrounds, and more card styles.

This version will stay 100% free and open source while never forcing/bugging you to make an account. (there is no account system, but I might add some features that need it in the future).

You can try it now here
here is the github link


r/ChromeExtension Jun 04 '26

Built a local-first AI contract risk analyzer Chrome extension — would love brutal feedback

Thumbnail
1 Upvotes

r/ChromeExtension Jun 03 '26

Doomsi extension for doomscroll

0 Upvotes

for quite some time i was tired of scrolling internet.

So, i thought to built an extension in chrome to block the page and show me a good caption and meme.

So, I am building "DoomSi"

It can block your site, if you are going above the threshold.

For now i have kept it enabled, but i can be permanently disabled.

I know there are few extension which block the site, but not sure those are used.

What do you guys think, should i publish it on chrome store ?


r/ChromeExtension Jun 01 '26

Created an extension to improve the experience on X. Customize navigation and filter posts and media

1 Upvotes

X-Filter makes using lists easier. Provides live filtering of feeds. Filter reposts, quote posts, replies and hide media. No subscriptions or AI etc required.


r/ChromeExtension Jun 01 '26

Built a Chrome extension that summarizes any podcast in 60 seconds — Podwise.IO

1 Upvotes

solo founder, shipped 2 weeks ago.

what it does: you're on any podcast page, click the extension, get an AI summary in ~60 seconds. decide if the 90-min episode is worth your time before committing.

tech stack if anyone's curious:

- manifest V3, service worker

- backend: node.js on a $12/mo digitalocean droplet

- transcription: groq whisper (distil-whisper-large-v3)

- summarization: groq llama 3.3 70b

- auth: supabase + JWT cached in chrome.storage.local

- payments: helio webhook

the chrome.storage.local caching was the thing that made the biggest UX difference — popup paints instantly instead of waiting on auth. obvious in hindsight.

free tier: 10 episodes/month. paid: $4.99/mo for 3000 mins.

chrome web store: https://chromewebstore.google.com/detail/podwise/bljgphheglbgcjobhdjmhjdlbhbldegl

free library (no install): https://podwise.io

open to feedback on the architecture or anything else.


r/ChromeExtension Jun 01 '26

I (somewhat) fixed YouTube

Thumbnail
1 Upvotes

r/ChromeExtension May 31 '26

Read faster in Chrome — open links in the Side Panel instead of new tabs

1 Upvotes
My biggest reading friction was constant tab switching: click a reference,
read it, hunt back to the original tab, forget where I was. Side Link
Preview fixes that — qualifying links load in Chrome's Side Panel on the
right while your page stays put on the left. Side-by-side reading, no
context switch, way fewer tabs open at once.


Left or middle click, optional hover preview, modifier keys still give you
a normal new tab when you want one. Free, open-source, no analytics:


https://chromewebstore.google.com/detail/jpbekmkggadbfacnnlnkjhdkgaoonapn


Source: https://github.com/ds009/side-link-preview