Netflix Watched
Easy way to hide what you watched
What is Netflix Watched?
Netflix Watched is a Chrome extension developed by Taha Selim Aksakal, and its main feature is "Easy way to hide what you watched".
Extension Screenshots
Download Netflix Watched Extension CRX File
Download Netflix Watched 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
Netflix Watched An add-on made so that a movie or series you watch is not recommended to you again. you can hide or transparency the movie or tv series you watched on netflix by clicking the I watched it button with this extension. You can use the widget by clicking the eye icon on the screen you are previewing movie or tv series. And so the movie or series becomes transparent or hidden according to your setting.
Extension Basic Information
Name | Netflix Watched |
ID | aikgnchdeknanlkgjnbniadpanlgeeig |
Official URL | https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig |
Description | Easy way to hide what you watched |
File Size | 276 KB |
Installation Count | 147 |
Current Version | 0.5 |
Last Updated | 2022-03-28 |
Publish Date | 2022-03-21 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Taha Selim Aksakal |
[email protected] | |
Payment Type | free |
Extension Website | http://logozof.com/ |
Help Page URL | http://logozof.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Watched", "description": "Easy way to hide what you watched", "version": "0.5", "action": { "default_popup": "popup.html", "default_title": "Netflix Watched", "default_icon": "assets\/logo.png" }, "icons": { "16": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*.netflix.com\/" ], "manifest_version": 3 } |