I built a browser extension that bypasses Netflix’s household verification
Hey everyone,
I originally started out using extensions like Nikflix to get around the household limit, but they had a lot of annoying issues. You constantly had to reload the page when switching episodes, and they injected their own custom UI which just felt janky and out of place.
I tried building on top of them at first, but realized I needed to block things at the network level, so I ended up building a new one mostly from scratch. This extension takes a totally different approach: it intercepts Netflix’s API responses directly. You won’t even notice the household error exists, and everything runs smoothly right inside Netflix’s native UI.
Without getting too deep into the weeds, here’s what it does:
Blocks Netflix’s verification API requests at the network level
Intercepts and strips household data from API responses
Removes any verification modals that slip through as a safety net
Zero configuration- Just install, enable it on Netflix and forget it
Downloads:
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/flixbypass/
- Chrome / Edge: Will share the repo link soon- (Google won’t approve this extension, and I’m cleaning up the repo before making it public)
- Safari: I actually built a fully working Safari extension too (especially for that sweet 4K Netflix streaming on macOS). But again, Apple would obviously reject it, and paying their $99/year dev fee makes zero sense. If you want the Safari extension, just DM me and I’ll share the app file directly.
I’m keeping the repo private for now while I work on some other features and clean up the code. Once it’s properly structured, I’ll open-source it so you guys can contribute or log issues.
This was just a fun side project, so I’m happy to hear any feedback or feature requests. Feel free to DM me and I’ll try to reply ASAP!
Note: Built with a heavy assist from AI (both for the extension’s code and for the formatting & flow of this post 😉).