Netflix Simple Subs: Remove Closed Captions
Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
Was ist Netflix Simple Subs: Remove Closed Captions?
Netflix Simple Subs: Remove Closed Captions ist eine Chrome-Erweiterung, die von Chris Varenhorst entwickelt wurde, und ihr Hauptmerkmal ist "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.".
Erweiterungsscreenshots
Netflix Simple Subs: Remove Closed Captions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix Simple Subs: Remove Closed Captions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Netflix Simple Subs: Remove Closed Captions |
ID | koadefadeidjncbgflkeljlalcopflef |
Offizielle URL | https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef |
Beschreibung | Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only. |
Dateigröße | 33.26 KB |
Installationsanzahl | 108 |
Aktuelle Version | 0.2 |
Letztes Update | 2020-01-27 |
Veröffentlichungsdatum | 2020-01-26 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | Chris Varenhorst |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |