Netflix Watched
Easy way to hide what you watched
Cos'è Netflix Watched?
Netflix Watched è un'estensione di Chrome sviluppata da Taha Selim Aksakal, e la sua funzione principale è "Easy way to hide what you watched".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Watched
Scarica i file di estensione Netflix Watched in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Netflix Watched |
ID | aikgnchdeknanlkgjnbniadpanlgeeig |
URL Ufficiale | https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig |
Descrizione | Easy way to hide what you watched |
Dimensione del File | 276 KB |
Conteggio Installazioni | 147 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2022-03-28 |
Data di Pubblicazione | 2022-03-21 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | Taha Selim Aksakal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://logozof.com/ |
URL della Pagina di Aiuto | http://logozof.com/ |
Lingue Supportate | 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 } |