Netflix Simple Subs: Remove Closed Captions
Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
What is Netflix Simple Subs: Remove Closed Captions?
Netflix Simple Subs: Remove Closed Captions is a Chrome extension developed by Chris Varenhorst, and its main feature is "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.".
Extension Screenshots
Download Netflix Simple Subs: Remove Closed Captions Extension CRX File
Download Netflix Simple Subs: Remove Closed Captions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Netflix Simple Subs: Remove Closed Captions |
ID | koadefadeidjncbgflkeljlalcopflef |
Official URL | https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef |
Description | Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only. |
File Size | 33.26 KB |
Installation Count | 108 |
Current Version | 0.2 |
Last Updated | 2020-01-27 |
Publish Date | 2020-01-26 |
Rating | 4.50/5 Total 8 Ratings |
Developer | Chris Varenhorst |
Payment Type | free |
Supported Languages | 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" } ] } |