YouTube Speed

Extension for quickly switching YouTube video playback speed.

什么是YouTube Speed?

YouTube Speed是由https://mee4dy.ru开发的Chrome扩展程序,该扩展的主要功能是“Extension for quickly switching YouTube video playback speed.”。

扩展截图

screenshot

下载YouTube Speed扩展crx文件

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

扩展使用说明

                        The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click!                    

扩展基本信息

名称 YouTube Speed YouTube Speed
ID pbednjjkmmffbflkaokiafommndhafef
官方URL https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef
简介 Extension for quickly switching YouTube video playback speed.
文件大小 55.85 KB
安装次数 15
当前版本 1.0.0
更新时间 2021-12-07
上架时间 2020-06-24
开发者 https://mee4dy.ru
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://mee4dy.ru/terms
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/inj.js"
            ],
            "css": [
                "css\/inj.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Extension for quickly switching YouTube video playback speed.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Speed",
    "version": "1.0.0"
}