Video Speed Controller

Speed up video on every site!

什么是Video Speed Controller?

Video Speed Controller是由https://jakubgrzywacz.pl开发的Chrome扩展程序,该扩展的主要功能是“Speed up video on every site!”。

扩展截图

screenshot

下载Video Speed Controller扩展crx文件

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

扩展使用说明

                        Speed controller is really simple but useful extension for Chrome browser. Basically it's manipulating video speed on the site, to slow down or speed up video up to 5x speed!

Features:
- Change video speed even from 0.25 to 5.00.
- Additional button for x1/x2/x3 speed.
- Works on every site that is using video.

Changelog:
- 0.2.2
   - Experience and performance improvement
   - Update video speed on icon click
   - Reduce package size                    

扩展基本信息

名称 Video Speed Controller Video Speed Controller
ID oedcflfijnmdnkllbeoacabinnlgplmb
官方URL https://chromewebstore.google.com/detail/video-speed-controller/oedcflfijnmdnkllbeoacabinnlgplmb
简介 Speed up video on every site!
文件大小 67.1 KB
安装次数 20,000
当前版本 0.2.2
更新时间 2021-04-12
上架时间 2020-11-11
评分 4.95/5 共20次评分
开发者 https://jakubgrzywacz.pl
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://jakubgrzywacz.pl/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Controller",
    "version": "0.2.2",
    "description": "Speed up video on every site!",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Video Speed Controller",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}