Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
What is Netflix Tweaks?
Netflix Tweaks is a Chrome extension developed by Bernhard Caspar, and its main feature is "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".
Extension Screenshots
Download Netflix Tweaks Extension CRX File
Download Netflix Tweaks 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
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles - Keep the credits rolling in full screen Options: You can individually enable/disable the tweaks. To access the options, either open this URL in chrome: chrome-extension://bdfekokoflbjbmdbpidnaechcechkbbg/options.html or go to Chrome Menu → More Tools → Extensions → Netflix Tweaks → Button 'Details' → Extension Options Source code on Github: https://github.com/bernhardc/netflix-tweaks
Extension Basic Information
Name | Netflix Tweaks |
ID | bdfekokoflbjbmdbpidnaechcechkbbg |
Official URL | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
Description | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
File Size | 57.79 KB |
Installation Count | 581 |
Current Version | 0.3 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-17 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Bernhard Caspar |
Payment Type | free |
Extension Website | https://github.com/bernhardc/netflix-tweaks |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Tweaks", "version": "0.3", "manifest_version": 2, "permissions": [ "https:\/\/www.netflix.com\/*", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "script.js" ] } ] } |