Netflix Pause Removal
Remove the pause between netflix episodes
Qu'est-ce que Netflix Pause Removal ?
Netflix Pause Removal est une extension Chrome développée par Prescott Gallagher, et sa fonction principale est "Remove the pause between netflix episodes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix Pause Removal
Téléchargez les fichiers d'extension Netflix Pause Removal 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
A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session. It's free once again, if you feel like donating; https://www.paypal.me/PrescottGallagher Versions & Updates: 1.2.1 : Graphical Updates / Bugfixes 1.2.0 : Patched Netflix December 2017 Update 1.1.0 : Patched Netflix March 2016 Update 1.0.2 : Speed & Efficiency Increased 1.0.1 : Initial Release
Informations de Base sur l'Extension
Nom | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
URL Officiel | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
Description | Remove the pause between netflix episodes |
Taille du Fichier | 11.93 KB |
Nombre d'Installations | 12,666 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2018-07-26 |
Date de Publication | 2018-07-26 |
Évaluation | 3.44/5 Total 185 Évaluations |
Développeur | Prescott Gallagher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Pause Removal", "version": "1.2.1", "author": "Prescott Gallagher", "description": "Remove the pause between netflix episodes", "browser_action": { "default_icon": "icon.png" }, "short_name": "Netflix PR", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "background.js" ] } ] } |