Prime Video Toggle English Subtitles

Press V key to toggle English subtitles on Amazon Prime Video

What is Prime Video Toggle English Subtitles?

Prime Video Toggle English Subtitles is a Chrome extension developed by Anton, and its main feature is "Press V key to toggle English subtitles on Amazon Prime Video".

Extension Screenshots

screenshot

Download Prime Video Toggle English Subtitles Extension CRX File

Download Prime Video 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 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 Amazon Prime Video?                    

Extension Basic Information

Name Prime Video Toggle English Subtitles Prime Video Toggle English Subtitles
ID dhinnmeaoclnlchhklkafkcjeoioeala
Official URL https://chromewebstore.google.com/detail/prime-video-toggle-englis/dhinnmeaoclnlchhklkafkcjeoioeala
Description Press V key to toggle English subtitles on Amazon Prime Video
File Size 29.39 KB
Installation Count 141
Current Version 7.9.5
Last Updated 2019-07-13
Publish Date 2019-07-13
Rating 3.67/5 Total 3 Ratings
Developer Anton
Payment Type free
Supported Languages en-US
manifest.json
{
    "name": "Prime Video Toggle English Subtitles",
    "version": "7.9.5",
    "manifest_version": 2,
    "description": "Press V key to toggle English subtitles on Amazon Prime Video",
    "permissions": [
        "https:\/\/www.primevideo.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.primevideo.com\/*"
            ],
            "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"
}