YouTube Player Speed Controls

Adds playback speed controls to player control bar.

什么是YouTube Player Speed Controls?

YouTube Player Speed Controls是由Seishin4real开发的Chrome扩展程序,该扩展的主要功能是“Adds playback speed controls to player control bar.”。

扩展截图

screenshot

下载YouTube Player Speed Controls扩展crx文件

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

扩展使用说明

                        Adds playback speed controls to the control bar of the youtube player.                    

扩展基本信息

名称 YouTube Player Speed Controls YouTube Player Speed Controls
ID acibbdogpnpdfhhhhiofgegplmhhffgf
官方URL https://chromewebstore.google.com/detail/youtube-player-speed-cont/acibbdogpnpdfhhhhiofgegplmhhffgf
简介 Adds playback speed controls to player control bar.
文件大小 14.8 KB
安装次数 975
当前版本 1.0
更新时间 2019-05-02
上架时间 2019-05-02
评分 4.29/5 共17次评分
开发者 Seishin4real
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Player Speed Controls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds playback speed controls to player control bar.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "*:\/\/www.youtube.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "scripts\/scripts.js"
            ]
        }
    ]
}