Subtitles for netflix
Subtitles for netflix!
What is Subtitles for netflix?
Subtitles for netflix is a Chrome extension developed by mesompi, and its main feature is "Subtitles for netflix!".
Extension Screenshots
Download Subtitles for netflix Extension CRX File
Download Subtitles for netflix 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
This extension enables multiple subtitles on netflix! * Load multiple subtitles from netflix! * Customize font sizes, colors and position! * Upload your srt and dfxp files! * Sync your uploaded subtitles visually (SRT or DFXP files) New features in version 0.0.35! * Now the extension saves the font-size, color and order of subtitles. Ideal for foreign language learners.
Extension Basic Information
Name | Subtitles for netflix |
ID | oddfihdjoneffhjjlpgdjaefeklefmdi |
Official URL | https://chromewebstore.google.com/detail/subtitles-for-netflix/oddfihdjoneffhjjlpgdjaefeklefmdi |
Description | Subtitles for netflix! |
File Size | 107 KB |
Installation Count | 9,502 |
Current Version | 0.0.40 |
Last Updated | 2021-04-18 |
Publish Date | 2019-02-06 |
Rating | 3.65/5 Total 68 Ratings |
Developer | mesompi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Subtitles for netflix!" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.min.js", "prepare.js", "angular.min.js", "ng-file-model.min.js", "utils.js", "controller.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "runAt": "document_start" } ], "description": "Subtitles for netflix!", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Subtitles for netflix", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.40" } |