An open-source browser extension that allows bypassing Netflix's password-sharing (Household) restrictions.
If you like this project, consider giving it a ⭐ or supporting it with a tip!
Visit our website:
- Bypass Netflix Household restrictions.
- Works directly in your browser.
- No complex configuration required.
- Supports Chromium-based browsers and Firefox.
- Open source.
- Modern TypeScript codebase powered by WXT.
- ✓ Complete project rewrite.
- ✓ Migrated from JavaScript to TypeScript.
- ✓ Migrated to the WXT Framework.
- ✓ Cleaner architecture.
- ✓ Easier maintenance.
- ✓ Improved developer experience.
- ✓ Simplified browser compatibility.
- ✓ Added a dynamic contributors list.
- ✓ Fixed controller delay and
nullvideoTypeError. - ✓ Fixed click dead zones and made small UI improvements.
- ✓ Fixed popup failing to load due to an i18n import casing issue.
- ✓ Fixed clashing player UIs on accounts without the Household restriction.
- ✓ Fixed the controller not rebuilding when Netflix automatically changes episodes.
- ✓ Fixed the fullscreen overlay scrollbar issue.
- ✓ Fixed service worker crashes.
- ✓ Improved compatibility with the Teleparty sidebar (thanks to RenatoGarciaLopes).
- ✓ Added Chromium i18n support with automatic language detection.
Want to translate Nikflix?
- Go to the
_localesfolder. - Create a folder using your language code (
fr,es,de, etc.). - Add a
messages.jsonfile. - Copy an existing translation.
- Translate the values.
Example:
_locales/
├── en/
│ └── messages.json
├── fr/
│ └── messages.json
Several people have suggested blocking the Netflix API responsible for checking whether a user belongs to a Netflix Household.
I intentionally chose not to use this approach for several reasons:
- It is unreliable and its effectiveness varies depending on the region.
- It is easier for Netflix to detect.
- From a legal perspective, Nikflix is designed to modify the page after Netflix has already delivered its content, rather than blocking or interfering with network requests.
- This approach reduces legal risks for both the project and its users.
Contributions are always welcome!
Whether it's:
- Fixing bugs
- Improving compatibility
- Adding new translations
- Refactoring code
- Improving documentation
Feel free to open an Issue or submit a Pull Request.
This extension may violate Netflix's Terms of Service.
Use it at your own risk.
This project is released under the LICENSE included in this repository.
If this project helped you, please consider giving it a GitHub ⭐.
You can also support future development with a small donation.

