Netflix Anonymous
Are you a Netflix addict?
Cos'è Netflix Anonymous?
Netflix Anonymous è un'estensione di Chrome sviluppata da https://refnow.co, e la sua funzione principale è "Are you a Netflix addict?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Anonymous
Scarica i file di estensione Netflix Anonymous 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
Check how long you spend watching Netflix with this free tool. It will add a timer to the corner of Netflix pages and let you see how much time you spend on Netflix each day.
Informazioni di Base sull'Estensione
Nome | |
ID | pjjjmiedohemelnagkfpfncjbohedgcn |
URL Ufficiale | https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn |
Descrizione | Are you a Netflix addict? |
Dimensione del File | 87.32 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.1.7 |
Ultimo Aggiornamento | 2019-07-25 |
Data di Pubblicazione | 2019-07-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://refnow.co |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Anonymous", "version": "0.1.7", "description": "Are you a Netflix addict?", "short_name": "Netflix Anonymous", "browser_action": { "default_icon": "air.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.netflix.com\/*", "storage" ], "icons": { "16": "air.png", "48": "air.png", "128": "air.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ] } |