Remember me netflix
An extension to remember your netflix profile
What is Remember me netflix?
Remember me netflix is a Chrome extension developed by remembermenetflix, and its main feature is "An extension to remember your netflix profile".
Extension Screenshots
Download Remember me netflix Extension CRX File
Download Remember me netflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Say goodbye to the Netflix profile page. With this extension, your browser remembers your Netflix profile at any time and the profile page no longer bothers you. Github link: https://github.com/batbyR/remember-my-netflix-profile
Extension Basic Information
Name | Remember me netflix |
ID | bkgojhikmiafepfdomlmofdenhieklni |
Official URL | https://chromewebstore.google.com/detail/remember-me-netflix/bkgojhikmiafepfdomlmofdenhieklni |
Description | An extension to remember your netflix profile |
File Size | 259 KB |
Installation Count | 109 |
Current Version | 1.0.0 |
Last Updated | 2020-02-09 |
Publish Date | 2020-02-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | remembermenetflix |
[email protected] | |
Payment Type | free |
Extension Website | https://batby.hashnode.dev/netflix-la-page-de-trop-ck69wy20904t689s1xh224dhb |
Help Page URL | https://github.com/batbyR/remember-my-netflix-profile |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "An extension to remember your netflix profile", "version": "1.0.0", "name": "Remember me netflix", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "permissions": [ "cookies", "*:\/\/*.netflix.com\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |