Prime Video Toggle English Subtitles
Press V key to toggle English subtitles on Amazon Prime Video
Prime Video Toggle English Subtitlesとは何ですか?
Prime Video Toggle English SubtitlesはAntonによって開発されたChromeの拡張機能で、その主な機能は「Press V key to toggle English subtitles on Amazon Prime Video」です。
拡張機能のスクリーンショット
Prime Video Toggle English Subtitles拡張機能のCRXファイルをダウンロード
Prime Video Toggle English Subtitles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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?                     拡張機能の基本情報
| 名前 |  | 
| ID | dhinnmeaoclnlchhklkafkcjeoioeala | 
| 公式URL | https://chromewebstore.google.com/detail/prime-video-toggle-englis/dhinnmeaoclnlchhklkafkcjeoioeala | 
| 説明 | Press V key to toggle English subtitles on Amazon Prime Video | 
| ファイルサイズ | 29.39 KB | 
| インストール数 | 141 | 
| 現在のバージョン | 7.9.5 | 
| 最終更新日 | 2019-07-13 | 
| 公開日 | 2019-07-13 | 
| 評価 | 3.67/5 合計 3 レビュー | 
| 開発者 | Anton | 
| 支払い方法 | free | 
| 対応言語 | 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"
} | |