Netflix Toggle English Subtitles
Press V key to toggle English subtitles on Netflix
What is Netflix Toggle English Subtitles?
Netflix Toggle English Subtitles is a Chrome extension developed by Anton, and its main feature is "Press V key to toggle English subtitles on Netflix".
Extension Screenshots
Download Netflix Toggle English Subtitles Extension CRX File
Download Netflix Toggle English Subtitles 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
Press V key to toggle English subtitles on Netflix Press V on your keyboard to toggle English subtitles while watching video. I was struggling to turn on and off subtitles, so decided to build this small extension to provide extra shortcut. Please give it a feedback. What shortcut do you want to add to Netflix?
Extension Basic Information
Name | Netflix Toggle English Subtitles |
ID | dgfigfcmgjgaioloiogajolohifeimhi |
Official URL | https://chromewebstore.google.com/detail/netflix-toggle-english-su/dgfigfcmgjgaioloiogajolohifeimhi |
Description | Press V key to toggle English subtitles on Netflix |
File Size | 8.29 KB |
Installation Count | 790 |
Current Version | 1.0.0 |
Last Updated | 2019-07-20 |
Publish Date | 2019-07-20 |
Rating | 3.23/5 Total 22 Ratings |
Developer | Anton |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "name": "Netflix Toggle English Subtitles", "version": "1.0.0", "manifest_version": 2, "description": "Press V key to toggle English subtitles on Netflix", "permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "js\/utils.js", "js\/index.js" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "minimum_chrome_version": "31", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |