AllDayNetflix
This extension removes popup dialog on netflix asking to continue watching.
Qu'est-ce que AllDayNetflix ?
AllDayNetflix est une extension Chrome développée par Matthew, et sa fonction principale est "This extension removes popup dialog on netflix asking to continue watching.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AllDayNetflix
Téléchargez les fichiers d'extension AllDayNetflix 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
Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption. Instructions: 1) Add extension to Chrome via "Chrome Web Store" 2) Restart the browser (close all windows and tabs) 3) Watch netflix and enjoy!
Informations de Base sur l'Extension
Nom | AllDayNetflix |
ID | hlbbnidhchhkemeieppchepgbnelggdk |
URL Officiel | https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk |
Description | This extension removes popup dialog on netflix asking to continue watching. |
Taille du Fichier | 49.2 KB |
Nombre d'Installations | 305 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-10 |
Date de Publication | 2015-11-10 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Matthew |
Type de Paiement | free |
Site Web de l'Extension | http://www.matthewlewis.ca |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "netflix.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.ca\/*", "https:\/\/*.netflix.ca\/*" ] } ], "author": "Matthew Lewis", "description": "This extension removes popup dialog on netflix asking to continue watching.", "manifest_version": 2, "name": "AllDayNetflix", "version": "1.0" } |