Speed Control

Control the speed of HTML5 video

Speed Controlとは何ですか?

Speed ControlはJosh Milesによって開発されたChromeの拡張機能で、その主な機能は「Control the speed of HTML5 video」です。

拡張機能のスクリーンショット

screenshot

Speed Control拡張機能のCRXファイルをダウンロード

Speed Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.                    

拡張機能の基本情報

名前 Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
公式URL https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
説明 Control the speed of HTML5 video
ファイルサイズ 8.96 KB
インストール数 14,962
現在のバージョン 1.1.1
最終更新日 2017-10-26
公開日 2017-10-26
評価 4.93/5 合計 29 レビュー
開発者 Josh Miles
支払い方法 free
拡張機能のウェブサイト https://github.com/milesjos/speed-control
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Control",
    "description": "Control the speed of HTML5 video",
    "version": "1.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}