HTML5 Video Speed Control

Speed controls for html5 video.

什么是HTML5 Video Speed Control?

HTML5 Video Speed Control是由thebenedictchen开发的Chrome扩展程序,该扩展的主要功能是“Speed controls for html5 video.”。

扩展截图

screenshot

下载HTML5 Video Speed Control扩展crx文件

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

扩展使用说明

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

扩展基本信息

名称 HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
官方URL https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
简介 Speed controls for html5 video.
文件大小 69.25 KB
安装次数 20,000
当前版本 1.42
更新时间 2017-11-18
上架时间 2017-11-18
评分 3.93/5 共203次评分
开发者 thebenedictchen
电子邮箱 [email protected]
付费类型 free
扩展官网 http://benedictchen.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}