Youtube Video Speed UP!

Control Youtube Video Speed or any video that probably able to control, give it a try!

什么是Youtube Video Speed UP!?

Youtube Video Speed UP!是由xinxinz9999开发的Chrome扩展程序,该扩展的主要功能是“Control Youtube Video Speed or any video that probably able to control, give it a try!”。

扩展截图

screenshot

下载Youtube Video Speed UP!扩展crx文件

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

扩展使用说明

                        Control Youtube Video Speed or any video that probably able to control.
Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.)
Slow Down from 0.01 to 1.                    

扩展基本信息

名称 Youtube Video Speed UP! Youtube Video Speed UP!
ID jdcgdehghfameefmeembbbajjkimigpe
官方URL https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe
简介 Control Youtube Video Speed or any video that probably able to control, give it a try!
文件大小 12.61 KB
安装次数 221
当前版本 0.0.0.1
更新时间 2021-09-30
上架时间 2021-09-30
评分 5.00/5 共3次评分
开发者 xinxinz9999
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Speed UP!",
    "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "author": "XINXIN ZHAO",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "icons": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}