Netflix Unsubtitler
Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Qu'est-ce que Netflix Unsubtitler ?
Netflix Unsubtitler est une extension Chrome développée par Guilherme D, et sa fonction principale est "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".
Télécharger le fichier CRX de l'extension Netflix Unsubtitler
Téléchargez les fichiers d'extension Netflix Unsubtitler 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
Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.
Informations de Base sur l'Extension
Nom | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
URL Officiel | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
Description | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
Taille du Fichier | 11.82 KB |
Nombre d'Installations | 58 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2013-09-05 |
Date de Publication | 2013-09-05 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Guilherme D |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.2", "default_locale": "en", "description": "__MSG_extDescription__", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.akam.nflximg.com\/soa2\/*" ], "background": { "scripts": [ "unsubtitler.js" ] } } |