Netflix subtitles pop-up
Displays the subtitles in a different window
What is Netflix subtitles pop-up?
Netflix subtitles pop-up is a Chrome extension developed by entibo, and its main feature is "Displays the subtitles in a different window".
Extension Screenshots
Download Netflix subtitles pop-up Extension CRX File
Download Netflix subtitles pop-up 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
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence. If you any suggestions/comments about how the subtitles are displayed in the window please let me know !
Extension Basic Information
Name | Netflix subtitles pop-up |
ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
Official URL | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
Description | Displays the subtitles in a different window |
File Size | 38.64 KB |
Installation Count | 273 |
Current Version | 1.2 |
Last Updated | 2019-04-20 |
Publish Date | 2019-04-20 |
Rating | 4.29/5 Total 7 Ratings |
Developer | entibo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix subtitles pop-up", "version": "1.2", "description": "Displays the subtitles in a different window", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "js": [ "player.js" ], "matches": [ "*:\/\/*.netflix.com\/watch*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |