YouTube Turbo Button

Sets the video playback speed to a specified amount.

什么是YouTube Turbo Button?

YouTube Turbo Button是由https://systemcluster.me开发的Chrome扩展程序,该扩展的主要功能是“Sets the video playback speed to a specified amount.”。

扩展截图

screenshot
screenshot

下载YouTube Turbo Button扩展crx文件

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

扩展使用说明

                        Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.                    

扩展基本信息

名称 YouTube Turbo Button YouTube Turbo Button
ID bonbclphagmhlcpiahpimimkbmlamenc
官方URL https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc
简介 Sets the video playback speed to a specified amount.
文件大小 31.05 KB
安装次数 2,234
当前版本 0.1.4
更新时间 2019-09-30
上架时间 2019-09-29
评分 5.00/5 共3次评分
开发者 https://systemcluster.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Systemcluster/youtube-turbo-button
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Turbo Button",
    "short_name": "YT Turbo Button",
    "description": "Sets the video playback speed to a specified amount.",
    "version": "0.1.4",
    "author": "Christian Sdunek",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "48": "chrome\/skin\/icon48.png",
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "chrome\/skin\/icon48.png",
            "64": "chrome\/skin\/icon64.png",
            "128": "chrome\/skin\/icon128.png",
            "256": "chrome\/skin\/icon256.png"
        }
    },
    "permissions": [
        "*:\/\/*.youtube.com\/",
        "activeTab",
        "storage",
        "contextMenus"
    ]
}