Video Speed Controls

Speed controller for all video players. Simply speed up, slow down ...

什么是Video Speed Controls?

Video Speed Controls是由peterenkaboriss开发的Chrome扩展程序,该扩展的主要功能是“Speed controller for all video players. Simply speed up, slow down ...”。

扩展截图

screenshot

下载Video Speed Controls扩展crx文件

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

扩展使用说明

                        The cool Video Speed Controls extension will allow you to rewind, speed up, slow down or advance the video as you want. Customize everything for yourself. The extension is pretty simple but handy. It is fast and easy to download, does not have a lot of weight. With our Video Speed Controller extension, it will be much more pleasant for you to watch different videos, films. We have prepared an extension of high quality and easy to use. The product is absolutely free. Rather follow the link and install Video Speed Control with just one click of the mouse and you will be pleasantly surprised.                    

扩展基本信息

名称 Video Speed Controls Video Speed Controls
ID loeegjlniabmjhoalobfbpjmkabgapbb
官方URL https://chromewebstore.google.com/detail/video-speed-controls/loeegjlniabmjhoalobfbpjmkabgapbb
简介 Speed controller for all video players. Simply speed up, slow down ...
文件大小 370 KB
安装次数 1,090
当前版本 1.1
更新时间 2023-06-13
上架时间 2021-02-09
评分 5.00/5 共2次评分
开发者 peterenkaboriss
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "fast.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/pages\/background\/background.js"
        ]
    },
    "options_page": "\/pages\/settings\/settings.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "Video Speed Controls",
    "default_locale": "en",
    "description": "Speed controller for all video players. Simply speed up, slow down ...",
    "browser_action": {
        "default_icon": "fast.png"
    },
    "content_scripts": [
        {
            "css": [
                "tooltip.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "http:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "http:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*",
                "https:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "utilies.js",
                "SpeedControllerInjector.js",
                "SettingsManager.js",
                "SpeedController.js",
                "page_all_frames.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "extension\/static\/*.js",
        "*.png"
    ],
    "version": "1.1"
}