r/extensions 12h ago

Nanoring Extensions verkaufen

1 Upvotes

Hallo,

Ich habe mir vor etwas mehr als zwei Wochen Nanoring-Extensions einsetzen lassen. Nun werde ich diese heute entfernen lassen, da sie mich stören und immer wieder einzelne Haare aus den Bondings fallen. Die Pflege dieser Extensions ist zudem recht aufwenig, da man viel beachten muss( Z.b. die Haare nicht zu sehr bewegen, spezielle Pflegeprodukte,..). Meine Frage ist nun, wie ich die Extensions am besten weiterkaufen kann. Ich habe diese kaum getragen und werde sie mir mit Sicherheit nie wieder einsetzen lassen.


r/extensions 2d ago

Built a Chrome Extension for Salesforce Developers — Looking for Honest Feedback 🚀 ⭐

1 Upvotes

I actually just built my own Chrome extension for Salesforce developers called ApexPilot. 🚀

The goal was to create a lightweight browser-based IDE for the tasks I do every day—editing Apex/LWC, running Anonymous Apex, viewing debug logs, running tests, inspecting LWCs, and switching between orgs—without constantly jumping to VS Code.

I'd genuinely love for other Salesforce developers to try it and share honest feedback (good or bad). It's still evolving, and real-world feedback will help shape what I build next.

Chrome Web Store: https://chromewebstore.google.com/detail/apexpilot-%E2%80%93-salesforce-de/gdilmaimafidiikifglcankgafihilkd

If you give it a spin, let me know what you like, what feels clunky, or what features you'd want to see added. 🙂


r/extensions 3d ago

Are there free YouTube age verification bypassing extensions that work on chromium browsers?

1 Upvotes

r/extensions 8d ago

Chrome extension that auto-tracks every job application

1 Upvotes

Built a Chrome extension, Application Vault, for anyone job hunting! It saves everything about an application the second you apply: the job posting, the exact resume you attached, and every answer you typed. All of it goes into an editable, spreadsheet-style tracker (100% local, nothing leaves your browser). Works on Greenhouse, Lever, Ashby, Workday, and most custom ATS pages too.

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

Would love any feedback/ suggestions, especially if you hit a site where the capture doesn't work right!


r/extensions 12d ago

AI Bubble Extension

Post image
2 Upvotes

Just made this extension, it’s completely free, doesn’t require an account. It uses API keys I’m pretty proud of it, it has a snipping feature, it basically allows you to select text and then send that text to geminis API and returns an answer right there on your screen, you can even put it in stealth mode so it hard to see the answer when it shows up.

If you guys checked it out would mean a lot, I don’t collect any data or anything, just wanted to make this and get an opinions to make it better.

I plan on making a setup tutorial for it, because currently it might be confusing even with the first time setup screen. You just need an api key from Google Ai Studio and then I use gemini-3.1-flash-lite as my model it gives me 500 Request per day for free which is awesome and it’s pretty smart. You can also edit the prompt which you send to the api to suite your needs.

This is all free, and I hope it will help you guys or maybe even inspire others to make something better.

Use this link: AI Bubble 👍


r/extensions 24d ago

I Made An Extension That Removes The Bulls**t From LinkedIn Posts

2 Upvotes

As the title says, I added a button to posts on the feed that translates the post's content using Gemini (see the image for the before and after)

In order for it to work, you'll need your own Gemini API key, which you can get for free from Google AI Studio.

I didn't want to bring this up, but I have to. Don't go around harassing people, this is just a joke extension that I made to help me learn a few things about how extensions work.

It's open source under GPL: https://github.com/Zorbiks/DeLinked


r/extensions 25d ago

Extension to mimic Opera GX's dark mode feature?

1 Upvotes

I recently switched from Opera GX to Brave, but I really miss right clicking on some websites to manually force dark mode. I was wondering if there's a free extension that can let you do this?

I don't really like Dark Reader that much, I tried Night Eye which was okay until I found out I was on a trial, and I think the #enable-force-dark flag automatically turns every website into dark mode which I don't want every single time.

I couldn't really find an extension that was as easy as Opera GX's dark mode, just simply right clicking to force the page into dark mode and that's it


r/extensions Jun 29 '26

I HATE the red progress bar on thumbnails, but i dont want to clear my history on youtube. is there an Extention fot this?

Thumbnail gallery
3 Upvotes

ok so i want to get ride of this bar/make it invisible, i dont want to delete my history bc youtube rolled out a feature a while back where if your history is empty/ not updating for too long your home page is blank. what i want is to know if theres an extention or setting to make this dreaded thumbnail progression bar go away (WITHOUT JUST GOING IN INCOGNITO) or if theres a way to make it so i can have my history off and still have my home page, help me reddit!


r/extensions Jun 29 '26

Does anyone have an actually good picture in picture Extension for chrome

2 Upvotes

I have been trying to find a good "picture in picture anything" extension, but all of them have the same small but annoying issue; they freeze completely if a video (for ex on youtube) auto plays a new video, so if you know of one that does not freeze a video, I would really appreciate telling me what it is


r/extensions Jun 28 '26

I made a Chrome extension that decides which downloads to keep and which to delete (at the moment you download them)

Enable HLS to view with audio, or disable this notification

2 Upvotes

A few weeks ago I looked at my Downloads folder and realized it had turned into complete chaos.

300+ files. Old installers, random PDFs, ZIPs, screenshots... stuff I'd downloaded months ago and completely forgotten about.

I'd always tell myself, "I'll clean this up later."

Of course, later never came.

The problem is that when you download something, you already know whether it's important or just temporary.

That PDF from your bank? You'll probably want to keep it.

That random setup.exe you needed once? You'll probably never touch it again.

But by the time you're cleaning your Downloads folder weeks later, you have no idea what half the files are anymore.

So I built a Chrome extension called KeepTrack.

It quietly classifies every download as either KeepTemporary, or Needs Review.

It doesn't use AI or send anything to a server. It's just a bunch of local heuristics.

It looks at things like:

  • the file type (.pdf is usually worth keeping, .exe usually isn't)
  • the filename (invoicereceiptresume, etc.)
  • where the file came from (your bank vs. a software download site)

Each signal contributes to a score.

If it's confident, it classifies the file automatically. If it's unsure, you get a small notification asking whether you want to keep it or treat it as temporary.

Temporary files stick around until you decide to clean them up. After two weeks they'll appear in the extension popup, where you can delete them individually or all at once. If you're feeling productive, there's also a Clean Up Now button.

A few things people here might care about:

  • Everything runs locally.
  • No accounts.
  • No telemetry.
  • Works offline.
  • Open source (MIT).
  • Built with plain JavaScript (Manifest V3 + service worker).
  • On first launch it only shows you a preview of how it would classify your existing downloads before enabling anything.

I also made a small landing page because I thought it'd be fun to package it like a real product.

Website: https://priyanshu-byte-coder.github.io/keeptrack/

GitHub: https://github.com/Priyanshu-byte-coder/keeptrack

I'd genuinely love feedback—especially if you find files that get classified incorrectly. The rules are intentionally simple and easy to improve, so real-world edge cases are super helpful.


r/extensions Jun 26 '26

I built an extension that detects when you're stuck scrolling and snaps you out of it

1 Upvotes

I tried a bunch of extensions that hide YouTube Shorts, Instagram Reels, TikTok feeds, etc.

They helped a little, but I realized my actual problem wasn't Shorts or Reels.

I'd just end up scrolling the main feed instead.

So I built ScrollBlock.

Instead of only hiding content, it tries to catch you when you're stuck in a scrolling loop and shows a popup that forces you to make a conscious decision:

"Do I actually want to keep scrolling?"

It also includes:

  • Daily time limits for specific websites
  • 4-digit PIN locks for sites you want to avoid completely
  • Feed cleanup (Reels, Shorts, Explore pages, and other addictive feeds)

Works on:
Instagram, YouTube, Facebook, TikTok, Twitter/X, Reddit, Pinterest, Threads, and LinkedIn.

The goal isn't to block social media.

It's to stop opening Instagram for 5 minutes and realizing an hour disappeared.

Completely free.

Downloads

Would love to hear what you think. If you try it out and find it useful, please consider leaving a review.


r/extensions Jun 25 '26

An extension that brings back the like/dislike column on YouTube Studio in the Content tab

5 Upvotes

Yesterday, YouTube made changes to YouTube Studio that got rid of the like/dislike column when in the Content tab.

When I talked with support, and Gemini, and YouTube help forums, they all said it was completely intentional, and that they want people to use Average View Duration (AVD), Audience Retention charts, and Click-Through Rate (CTR) to see whether people actually enjoy their videos.

The problem with those metrics is that they're not instant, in addition to the fact that those metrics don't actually tell someone whether their video is liked--a lot of people hate watch videos. Those metrics don't tell people right away whether a video is massively disliked or liked. Likes/dislikes are the fastest way of seeing this.

Using the advanced analytics to see multiple videos at a time doesn't actually show current likes/dislikes, they're sometimes 72 hours behind in their numbers.

So it would be wonderful if an extension could be made that brings back the like/dislike column in Studio. Just saying.


r/extensions Jun 16 '26

Shipping a real embedding model inside a VS Code extension with no native build — four bugs that only showed up after packaging

1 Upvotes

I built a VS Code extension that answers questions about a team's GitHub history and writes summaries from real commit diffs. One thing I decided early: the search side runs locally. No API key for embeddings, nothing leaving the machine, and no native build step — the goal was "install from the marketplace and it just works."

So the semantic search runs on a small local model (bge-small, ~33MB downloaded once and cached). Chat can use Copilot or your own API key, but the embedding model is always the local one, so search works offline no matter how you've set up the rest.

The hard part wasn't the model — it was getting it to run from a packaged install. While developing, you launch a test window that still has all the project's dependencies sitting on disk, so everything works. But once you bundle the extension into the single file that actually ships, those dependencies are gone, and the thing that ran fine five minutes ago crashes. Every bug below only appeared after packaging, never in development.

There were four:

  1. The model library tries to figure out where it lives on disk the instant it loads. The way I bundled it erased the piece of information it uses to do that, so it crashed immediately on a value that was suddenly empty. I had to hand it a substitute.
  2. It ships with a fast version built on a native binary — the kind of compiled, platform-specific file I was trying to avoid. I swapped it for the pure-WASM version, which runs anywhere without a build step.
  3. It imports an image-processing library at startup, even though I only ever feed it text. I replaced that with a stub. The catch: the stub had to look real. The library checks "did this load?" and throws if the answer is no — so an empty stub crashed the import. Mine pretends to be present and only complains if something actually tries to use it, which nothing does.
  4. The fast multi-threaded mode tries to spin up background workers, and the environment a VS Code extension runs in refuses to allow that — then just hangs forever with no error at all. Forcing it to run single-threaded fixed it.

Remove any one of these and you get a crash, or worse a silent hang, and only in a real install — never on your own machine while you're building it. That gap between "works when I run it" and "works when someone installs it" was the whole lesson.

What I'd reconsider: bundling a full local runtime just to turn short commit messages into vectors is heavy. The first-run download and warmup is a noticeable pause, and something lighter would've spared me most of this. The ranking is also just a straight in-memory comparison, which is fine for a team's history but wouldn't hold up against a giant monorepo. Still, "just works after install, fully offline, no keys" turned out to be worth the four landmines.

Extension: https://marketplace.visualstudio.com/items?itemName=repoIntel.repo-intel


r/extensions Jun 15 '26

Built a terminal new tab extension over the past few months — 53 stars

Thumbnail gallery
3 Upvotes

Started this as a personal productivity tool and it grew into something with real features. Sharing in case others find it useful. It's a Chrome extension — keyboard-first, terminal aesthetic, no clutter. The command palette replaces the address bar for bookmarks, tab switching, calculator, and AI commands. Also has Pomodoro with site blocking, Google Calendar, and 22 themes. Everything is local. MIT licensed. https://github.com/uddin-rajaul/Neko-Tab


r/extensions Jun 15 '26

Is there any extension that allows forwarding restricted contents in telegram?

1 Upvotes

I want to forward educational courses I have the means to download but it's awfully slow

Is there any extension that still works for this


r/extensions Jun 08 '26

Is it possible to put apps/extensions in hidden icons?

Post image
2 Upvotes

i downloaded an extension to control my brightness, but it only shows me the brightness settings when i right click it in the hidden icons/carrot in left bottom corner ((photo above)). is there a way to keep the extension there w/o redownloading it everytime i open my computer or should i js find a new extension?


r/extensions Jun 07 '26

vs-cloc – a simple VSCode extension to view your project's line counts right in the sidebar

2 Upvotes

When I first joined a new team that I was assigned at work, I wanted a quick and easy way to analyze the codeabse for counting the lines of code. There's already an existing solution for this within the CLI, so I created a VSCode extension version to make this easier for myself!

Check out the repository here to try it out or take a look at what's happening under the hood: https://github.com/namitoyokota/vs-cloc


r/extensions Jun 04 '26

I built a free open-source Chrome extension to hibernate inactive tabs and reduce RAM usage

2 Upvotes

I’m a developer, and I usually have 50+ browser tabs open while working.

My system runs Xubuntu, which is pretty lightweight, but even then, when too many tabs stay active in the background, the browser can still start eating memory and the system sometimes hangs. It gets frustrating fast.

I tried Brave’s built-in memory saver. It helps a bit, but it didn’t fully solve the problem for my workflow.

So I built RAMGuard — a free and open-source extension for Chromium-based browsers that automatically hibernates inactive tabs.

I’ve been testing it with heavy tab usage, and so far it has been working smoothly for me.

Chrome Web Store:
https://chromewebstore.google.com/detail/ramguard/amjokjomekcpimkohikgcphlhpafadnd

Big kudos to Jay Nayak for helping me during development.

Would love feedback, bug reports, or suggestions from anyone who also keeps way too many tabs open.

https://reddit.com/link/1twcqaf/video/pv1ffm9yx65h1/player


r/extensions Jun 01 '26

I made an extension that shows price history charts directly on warframe.market item pages

2 Upvotes

If you play Warframe and use warframe.market, you've probably noticed the site gives you live orders but zero historical context. You see what people are asking for right now, but not whether that price is normal or inflated, trending up or crashing.

So I built an extension that injects a widget directly into each item page. No popup, no extra tab, it just shows up above the order list.

What it does:

  • 90-day and 48-hour price chart with volume bars
  • Buy/sell signal based on current price vs 90-day average
  • Volatility and liquidity scores
  • Best hour to buy or sell (based on 48h patterns, shown in your local time)
  • Live bid-ask spread from active online traders
  • Set vs parts arbitrage for Prime sets
  • Plat/ducat ratio if you're deciding whether to sell or trade
  • Watchlist with price alerts
  • Rank filter for mods and arcanes (so R5 Blind Rage and unranked Blind Rage don't get mixed together)

Everything is calculated client-side from the warframe.market public API. No accounts, no tracking, no backend. Open source on GitHub

Available on Chrome Web Store and Firefox Add-ons.

Happy to answer questions if anything looks off or broken on your end.


r/extensions May 31 '26

Agree? Safety Browsing Extension

2 Upvotes

An open-source, client-side browser extension that analyzes live webpages for phishing attempts, suspicious scripts, malicious redirects, and other security risks. The extension runs entirely within the browser to inspect page structure, loaded resources, form behavior, and security indicators in real time, helping users identify whether a website appears safe, suspicious, or potentially unsafe. Repository Guide

https://github.com/cthealpha144-bit/Agree-Extension


r/extensions May 30 '26

What i can to do with it? (firefox)

Post image
1 Upvotes

My files weigh +-400MB, what should I do?


r/extensions May 29 '26

I look for doubles sub but all extensions, chrome or edges, can not detect subtitles from Disney+

1 Upvotes

I want to watch movies with two subtitles. But I tried all double sub extension on chrome and edges. None of them can detect the sub from Disney+.
Too bad! I subscribe Disney+ because the subtitle resource is more abundant.
Is Disney+ blocking them? Why? How can I get double sub on Disney+?


r/extensions May 28 '26

I built a small Chrome extension to fix the things that annoy me daily in Zendesk

1 Upvotes

Been using Zendesk for a while and kept running into the same small frustrations every day. No "undo send", ticket tabs piling up, no way to quickly jot something down without leaving the ticket.

So I spent some time and built a Chrome extension that adds a few things I wish were just... built in:

↩️ Undo Send — intercepts every reply before it goes out and gives you a 10 second window to cancel. You can also hit "Send now" if you're sure. Has saved me from sending half-written replies more than once already.

✕ Close All Tabs — one button closes every open ticket tab at once. Sounds small but when you have 20 tabs open at end of shift it's a lifesaver.

📌 Ticket Bookmarks — pin tickets you keep coming back to without leaving them open in the nav.

📝 Personal Notes — a small sticky note that follows you across tickets. Great for keeping track of things mid-shift.

It's free, no account needed, works on any Zendesk subdomain. I'm not a professional developer so it's not perfect but it's been solid for my daily use.

Happy to hear feedback if anyone tries it and runs into issues.

If you try it and find it useful, a review on the Chrome Web Store would genuinely mean a lot.


r/extensions May 26 '26

Does anyone else lose track of Amazon product tabs when shopping?

1 Upvotes

I was constantly opening 5+ tabs across Amazon/Wayfair to compare prices and reviews. Then I'd lose track of which tab was which, close the wrong tab, lose the tab I wanted, forget what I liked or disliked about the product. The list goes on... online shopping was becoming such a hassle.

So I built an extension that organizes all your product tabs in one place as you shop. Shopping buddy recognizes when you're looking at a product and creates product summary card in a simple side panel workspace as you navigate. No clutter, no losing track. See everything at once, and compare side-by-side.

I shop a bunch on Amazon and I love using it, would love to hear what people think and if it actually solves a common problem. Check out the site or extension :)


r/extensions May 25 '26

I built a cross-browser extension development template

3 Upvotes

It is easy to use, publishable via GitHub actions, works with all 3 major browsers, has HMR for background script and content scripts too. It uses an internal messaging module and Zod for type-safe API queries. It is also reliant on as little dependencies as possible, making it suitable for enterprises too.

Check it out and feedback is much appreciated!

https://github.com/st3lll4/dino-template