Netflix Simple Subs: Remove Closed Captions

Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.

Что такое Netflix Simple Subs: Remove Closed Captions?

Netflix Simple Subs: Remove Closed Captions - это расширение Chrome, разработанное Chris Varenhorst, и его основная функция - "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Netflix Simple Subs: Remove Closed Captions

Скачайте файлы расширений Netflix Simple Subs: Remove Closed Captions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Remove closed captioning (CC) from Netflix's English subtitles.  You'll no longer see things like [suspenseful music] or (indistinct radio chatter).  This this extension subtitles should only show dialogue.

==CHANGELOG==
- 0.2: Updated title. Minor tweaks.  Chrome Web Store. now requires a screenshot                    

Основная информация о расширении

Название Netflix Simple Subs: Remove Closed Captions Netflix Simple Subs: Remove Closed Captions
ID koadefadeidjncbgflkeljlalcopflef
Официальный URL https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef
Описание Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
Размер файла 33.26 KB
Количество установок 108
Текущая Версия 0.2
Последнее Обновление 2020-01-27
Дата публикации 2020-01-26
Рейтинг 4.50/5 Всего 8 оценок
Разработчик Chris Varenhorst
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Simple Subs: Remove Closed Captions",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}