An extension that allows bypassing Netflix's password-sharing restrictions. If you like this project, consider giving it a star ⭐ or a tip if you feel generous!
You can check out our website here:
https://nikflix.hergol.me
- Bypasses Netflix account-sharing restrictions
- Works directly in the browser with no complex configuration
- Get Around the Netflix Password-Sharing Ban (Netflix household).
- ✓ Fix: resolved service worker crashes and improved compatibility with the Teleparty sidebar (thanks to RenatoGarciaLopes)
- ✓ Chromium: added i18n support to automatically detect and translate the user’s language. You can add your own language support in
#translate
To add your own language translation:
- Go to the
_localesfolder. - Create a new folder using your language code (for example:
fr,es,de, etc.). - Inside that folder, create a
messages.jsonfile. - Copy the structure from another existing language file.
- Translate the values and save the file.
Example:
_locales/
├── en/
│ └── messages.json
├── fr/
│ └── messages.jsonSeveral people have contacted me to inform me about a technique that directly blocks Netflix API, which is used to check whether you are part of the Netflix household. However, I prefer not to use this method for two reasons:
- It doesn’t always work, and its effectiveness depends on the region.
- From a legal standpoint, my extension is less risky because we simply modify the content that has already been sent and add our own content on top. We don’t block any requests, which is legally safer. I wanted to avoid any legal issues for myself and also protect my users from being banned.
Contributions are welcome! Feel free to submit a Pull Request or report an issue.
This extension may violate Netflix's terms of service. Use at your own risk.
This project is under license. See LICENSE file for details.

