Video Controls

Re-styling of Prime Video playback controls to be less intrusive.

什么是Video Controls?

Video Controls是由Justin开发的Chrome扩展程序,该扩展的主要功能是“Re-styling of Prime Video playback controls to be less intrusive.”。

扩展截图

screenshot

下载Video Controls扩展crx文件

下载Video Controls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically re-styles Prime Video playback controls to be less intrusive.

Release Notes:

v1.0.1
- Added support for American prime video domains                    

扩展基本信息

名称 Video Controls Video Controls
ID jabennopofjkkeodfgcmpmdcibkjlcol
官方URL https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol
简介 Re-styling of Prime Video playback controls to be less intrusive.
文件大小 45.28 KB
安装次数 364
当前版本 1.1.2
更新时间 2022-09-25
上架时间 2019-11-04
评分 5.00/5 共14次评分
开发者 Justin
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls",
    "version": "1.1.2",
    "description": "Re-styling of Prime Video playback controls to be less intrusive.",
    "icons": {
        "128": "images\/logoIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/primevideo.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/logoIcon.png"
        }
    },
    "permissions": [
        "https:\/\/primevideo.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'",
    "manifest_version": 2
}