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…
Что такое Netflix Unsubtitler?
Netflix Unsubtitler - это расширение Chrome, разработанное Guilherme D, и его основная функция - "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".
Скачать файл CRX расширения Netflix Unsubtitler
Скачайте файлы расширений Netflix Unsubtitler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
Официальный URL | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
Описание | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
Размер файла | 11.82 KB |
Количество установок | 58 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2013-09-05 |
Дата публикации | 2013-09-05 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | Guilherme D |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } } |