Nextflix
Nextflix
Qu'est-ce que Nextflix ?
Nextflix est une extension Chrome développée par Unknown, et sa fonction principale est "Nextflix".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nextflix
Téléchargez les fichiers d'extension Nextflix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
URL Officiel | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
Description | Nextflix |
Taille du Fichier | 420 KB |
Nombre d'Installations | 204 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-12-13 |
Date de Publication | 2017-12-12 |
Évaluation | 3.67/5 Total 9 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } |