Nextflix
Nextflix
Cos'è Nextflix?
Nextflix è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Nextflix".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nextflix
Scarica i file di estensione Nextflix 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
Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today! Features: - Automatically skips intro - Automatically pushes next episode button - Automatically mutes trailers
Informazioni di Base sull'Estensione
Nome | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
URL Ufficiale | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
Descrizione | Nextflix |
Dimensione del File | 420 KB |
Conteggio Installazioni | 204 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2017-12-13 |
Data di Pubblicazione | 2017-12-12 |
Valutazione | 3.67/5 Totale 9 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nextflix", "description": "Nextflix", "version": "1.3", "icons": { "128": "nextflix_transparent.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "permissions": [ "storage" ], "options_page": "options.html" } |