Netflix Simple Subs: Remove Closed Captions
Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
Co to jest Netflix Simple Subs: Remove Closed Captions?
Netflix Simple Subs: Remove Closed Captions to rozszerzenie Chrome opracowane przez Chris Varenhorst, a jego główną funkcją jest „Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix Simple Subs: Remove Closed Captions
Pobierz pliki rozszerzeń Netflix Simple Subs: Remove Closed Captions 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
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | koadefadeidjncbgflkeljlalcopflef | 
| Oficjalny URL | https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef | 
| Opis | Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only. | 
| Rozmiar pliku | 33.26 KB | 
| Liczba instalacji | 108 | 
| Aktualna Wersja | 0.2 | 
| Ostatnia Aktualizacja | 2020-01-27 | 
| Data Publikacji | 2020-01-26 | 
| Ocena | 4.50/5 Łącznie 8 Oceny | 
| Deweloper | Chris Varenhorst | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
        }
    ]
}  |  |