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
官方網址 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
        }
    ]
}