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"
} | |