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 to jest Netflix Unsubtitler?
Netflix Unsubtitler to rozszerzenie Chrome opracowane przez Guilherme D, a jego główną funkcją jest „Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…”.
Pobierz plik CRX rozszerzenia Netflix Unsubtitler
Pobierz pliki rozszerzeń Netflix Unsubtitler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
Oficjalny URL | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
Opis | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
Rozmiar pliku | 11.82 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2013-09-05 |
Data Publikacji | 2013-09-05 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | Guilherme D |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |