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 je Netflix Simple Subs: Remove Closed Captions?
Netflix Simple Subs: Remove Closed Captions je rozšíření Chrome vyvinuté Chris Varenhorst, a jeho hlavní funkcí je „Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Netflix Simple Subs: Remove Closed Captions
Stáhněte si soubory rozšíření Netflix Simple Subs: Remove Closed Captions 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í
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 Základní Informace o Rozšíření
| Název | |
| ID | koadefadeidjncbgflkeljlalcopflef |
| Oficiální URL | https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef |
| Popis | Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only. |
| Velikost souboru | 33.26 KB |
| Počet instalací | 108 |
| Aktuální Verze | 0.2 |
| Poslední Aktualizace | 2020-01-27 |
| Datum Vydání | 2020-01-26 |
| Hodnocení | 4.50/5 Celkem 8 Hodnocení |
| Vývojář | Chris Varenhorst |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
]
} | |