YouTube Speed Control

Control the speed of YouTube videos!

什么是YouTube Speed Control?

YouTube Speed Control是由https://avi12.com开发的Chrome扩展程序,该扩展的主要功能是“Control the speed of YouTube videos!”。

扩展截图

screenshot

下载YouTube Speed Control扩展crx文件

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

扩展使用说明

                        The one-stop solution for changing the speed of every video you watch on YouTube, including outside of YouTube.com!

Source code: https://github.com/avi12/youtube-speed-control                    

扩展基本信息

名称 YouTube Speed Control YouTube Speed Control
ID dmpbgbehgckaijcpmodinibhkdgbifif
官方URL https://chromewebstore.google.com/detail/youtube-speed-control/dmpbgbehgckaijcpmodinibhkdgbifif
简介 Control the speed of YouTube videos!
文件大小 83.99 KB
安装次数 336
当前版本 2.1.6
更新时间 2022-04-10
上架时间 2020-11-02
评分 5.00/5 共4次评分
开发者 https://avi12.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://avi12.com
帮助页面URL https://github.com/avi12/youtube-speed-control/issues/new/choose
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Speed Control",
    "short_name": "YT Speed",
    "description": "Control the speed of YouTube videos!",
    "version": "2.1.6",
    "manifest_version": 3,
    "author": "avi12",
    "developer": {
        "name": "avi12",
        "url": "https:\/\/avi12.com\/youtube-speed-control"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "build\/scripts\/ytsc-content-script-initialize.js"
            ],
            "css": [
                "build\/styles-injected\/main.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "YouTube Speed Control",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        }
    },
    "offline_enabled": true,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}