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
Eメール [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
        }
    ]
}