r/browserextensions

▲ 43 r/browserextensions+10 crossposts

I built an open-source Chrome extension that automatically redacts sensitive information from screenshots

I kept running into the same problem: screenshots often contain information you didn't realize you were sharing.

An API key. An email address. A phone number. A password field. Customer information.

Usually, you take the screenshot first and then manually look for things to hide.

I built Blackbar to reverse that workflow.

It reads the page before capturing it and automatically detects and redacts sensitive-looking information. The screenshot you get is already the safer version.

The part I cared most about was privacy.

Blackbar runs entirely on the device. It declares connect-src 'none', so Chrome itself blocks the extension from making network connections. It still works with Wi-Fi turned off.

It's also open source, has no account requirement, and is free.

I'd genuinely like feedback from other Chrome extension users/builders, especially on:

  • detection accuracy
  • false positives/negatives
  • the capture workflow
  • anything that would make you hesitate to trust it

Chrome Web Store Link

Source

u/Competitive-Dog9415 — 1 day ago
▲ 25 r/browserextensions+5 crossposts

Tiny Chrome extension that let's you see if Steam game is on GeforceNOW

Someone recently mentioned my Chrome extension in another post in this subreddit (https://www.reddit.com/r/GeForceNOW/comments/1vbspob/just\_some\_tips/) which was pretty cool to randomly come across, so I figured I might as well share it properly with some more details

Long story short, I was tired jumping between GFN and Steam. I checked other Chrome extensions out there, some of them were good some were not so good, anyway, none of them fit my requirements:

  • to query GFN graph API and cache the data
  • to have minimal visual footprint on Steam pages
  • to not have features that I did not ask for
  • to support Recommendations list screen on Steam

Thus, I developed my own. The extension:

  • runs fully client-side, no tracking, no phoning home (there are no servers)
  • lazily pulls games data in a background (service worker) directly from GFN GraphQL API
  • uses sensible caching (24h)
  • adds small GeForce NOW availability badges across Steam pages and Play now button on individual game pages

I tried to make the badges very minimalistic so they don't obstruct any of native Steam elements. The badges work on most of the Steam pages including the Homepage, Recommendation list, Search, releases Calendar, etc.

Home page

Recommendations list

On individual Games pages it adds a link to the games's GFN page at the top, so you could jump quickly to GFN to play the game (links to GFN website, as AFAIK GFN native app does not support deep-links)

Individual Game page

I developed the extension mostly for myself, but I've been keeping it updated and apparently other people are finding it useful too. If you use it and something is missing, broken, or you have an idea that would make it more useful, please share!

I have also decided to open-source it, so contributions are welcomed!

Website: https://gfn-steam-extension.xyz

Chrome store link: https://chromewebstore.google.com/detail/GeForce%20Now%20Checker%20for%20Steam/hjdoenjhlobmeojekgckfkkbbplloklm

GitHub: https://github.com/vedmaka/gfn-steam-extension

reddit.com
u/vedmaka — 3 days ago
▲ 6 r/browserextensions+4 crossposts

A browser inside your browser

Do you also keep way too many tabs open because you're afraid you'll forget them if you close them? After a while, your browser gets overloaded with tabs, and all those tabs also end up using a lot of memory.

That got me thinking... what if one browser tab could contain all my media tabs? So I built LumeTab. It turns a single browser tab into a multimedia browser with its own tab bar.

The idea is simple:

  • Keep all your multimedia platforms inside a single browser tab.
  • Make your browser cleaner and easier to navigate.
  • In my tests, it also uses less memory than keeping lots of multimedia tabs open at the same time.

I'm also planning features like synchronized watching with friends and shared multimedia workspaces.

(For those interested in the tech stack, it's built with SvelteKit, Tailwind CSS, Better-Auth, and Drizzle ORM).

The project is still in beta, and I'm looking for honest feedback before taking it further.

link: lumetab.com

I'd really like to know what you think:

  1. Would something like this be useful to you?
  2. Is this a problem you also have?
  3. What features would make you actually use it?

I'm open to any feedback, whether it's positive or critical. Thanks!

u/Comfortable-Pride-33 — 4 days ago
▲ 3 r/browserextensions+1 crossposts

I turned ChatGPT into fallout4 ,TARS(Interstellar) style

Introducing Oxta Chat — A New Visual Experience for ChatGPT

After months of development, Oxta Chat is finally here.

Oxta Chat is a visual theme extension for ChatGPT, but it’s not just another CSS skin or simple UI customization tool.

Unlike many ChatGPT theme extensions available in the Chrome Web Store, Oxta Chat is built from the ground up with a completely custom visual system. Every theme is carefully designed with its own unique atmosphere, interface language, and interaction experience.

My goal is to transform AI conversations into immersive experiences — inspired by the worlds of movies, games, and futuristic interfaces that many of us have imagined.

Explore more at:
https://oxta.under-gravity.com

Or you can visit chrome shop directly
https://chromewebstore.google.com/detail/jpgomdjdnmlgjmbpmlcgdhapdlogfgfl?utm_source=item-share-cb

Each theme draws inspiration from different visual cultures and cinematic experiences, aiming to create interfaces that feel natural, immersive, and meaningful for AI enthusiasts.

Currently, Oxta Chat is optimized for ChatGPT. Once the ChatGPT experience reaches our desired level of quality, we plan to expand support to Gemini and more AI conversation platforms.

I hope Oxta Chat can make your everyday AI conversations feel a little more personal, creative, and inspiring.

u/ResourceConstant8093 — 7 days ago
▲ 9 r/browserextensions+10 crossposts

Want to Stop Doomscrolling? [Research Project]

Hello everyone!

I'm currently working on my master's thesis (in Human Computer Interaction) and I'm looking for participants to test out a Firefox-Extension based tool that aims to promote mindful social media use.

So, if you (or anyone you know) are:

📱 an Android user

AND

🌀 has an unhealthy Instagram scrolling habit

Please fill out this short form to join the research study.

👉 https://forms.gle/LNhzMTjpNBRjyeaL7

Feel free to also share it with your peers/friends/ family groups.

I'd be super grateful for all the feedback ❤️

u/Saf-fron — 12 days ago
▲ 9 r/browserextensions+4 crossposts

Not going to stop building

After selling both my extensions for a humble amount of money, I thought i would relax because it was my first time making money but i was still hungry to build. So now, I'm building an extension that hides your geolocation from websites. I just want to say to those who are working, don't stop. Keep it up

Edit: I have to say, I did take motivation from GeoSpoof so props to the builder

u/Odd-Significance4443 — 12 days ago

I built an extension that lets you change what your browser reveals about you

I built Spoof Me, a free browser extension that lets you switch between consistent browser fingerprint profiles.

It can modify signals such as user agent, timezone, language, screen size, canvas, and device properties. You can use ready-made profiles or create your own.

It also shows when websites try to access fingerprint-related signals.

I would appreciate feedback on the interface, available profiles, and any signals that should be added.

https://spoof-me.com/

u/kryakrya_it — 14 days ago