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 |
| 官方網址 | 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"
} | |