Netflix Watched
Easy way to hide what you watched
Vad är Netflix Watched?
Netflix Watched är en Chrome-tillägg utvecklad av Taha Selim Aksakal, och dess huvudfunktion är "Easy way to hide what you watched".
Tilläggsskärmbilder
Ladda ner Netflix Watched-förlängningens CRX-fil
Ladda ner Netflix Watched-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Netflix Watched |
ID | aikgnchdeknanlkgjnbniadpanlgeeig |
Officiell webbadress | https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig |
Beskrivning | Easy way to hide what you watched |
Filstorlek | 276 KB |
Antal Installationer | 147 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2022-03-28 |
Publiceringsdatum | 2022-03-21 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | Taha Selim Aksakal |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://logozof.com/ |
Hjälpsida URL | http://logozof.com/ |
Stödda Språk | 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 } |