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…
Co je Netflix Unsubtitler?
Netflix Unsubtitler je rozšíření Chrome vyvinuté Guilherme D, a jeho hlavní funkcí je „Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…“.
Stáhnout soubor CRX rozšíření Netflix Unsubtitler
Stáhněte si soubory rozšíření Netflix Unsubtitler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
Oficiální URL | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
Popis | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
Velikost souboru | 11.82 KB |
Počet instalací | 58 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2013-09-05 |
Datum Vydání | 2013-09-05 |
Hodnocení | 5.00/5 Celkem 8 Hodnocení |
Vývojář | Guilherme D |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |