Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

什么是Video Speed Control x0.1-5?

Video Speed Control x0.1-5是由https://covidcures.live开发的Chrome扩展程序,该扩展的主要功能是“Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.”。

扩展截图

screenshot

下载Video Speed Control x0.1-5扩展crx文件

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

扩展使用说明

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

扩展基本信息

名称 Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
官方URL https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
简介 Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
文件大小 181 KB
安装次数 220
当前版本 1.2.0
更新时间 2021-03-08
上架时间 2021-02-23
评分 4.00/5 共1次评分
开发者 https://covidcures.live
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Control x0.1-5",
    "version": "1.2.0",
    "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/js\/popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Video Speed Control",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "manifest_version": 2
}