Netflix Subtitle Options
Netflix Subtitle Options - Improve the visibility of Netflix subtitles
What is Netflix Subtitle Options?
Netflix Subtitle Options is a Chrome extension developed by Alex Rodin, and its main feature is "Netflix Subtitle Options - Improve the visibility of Netflix subtitles".
Extension Screenshots
Download Netflix Subtitle Options Extension CRX File
Download Netflix Subtitle Options 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
It allows you to configure readable color, background color and font size.
Extension Basic Information
Name | |
ID | njkchmhhbhjahniclpoegjnfmkdlbfic |
Official URL | https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic |
Description | Netflix Subtitle Options - Improve the visibility of Netflix subtitles |
File Size | 9.9 KB |
Installation Count | 3,000 |
Current Version | 0.0.2 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 3.92/5 Total 13 Ratings |
Developer | Alex Rodin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.htm" }, "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.htm", "default_title": "Netflix Subtitle Options" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_end" } ], "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles", "icons": { "128": "icon-128.png" }, "manifest_version": 2, "name": "Netflix Subtitle Options", "permissions": [ "tabs", "unlimitedStorage" ], "version": "0.0.2" } |