Video Playback Speedup

Control video playback speed using keyboard shortcuts

Video Playback Speedupとは何ですか?

Video Playback SpeedupはSimplify Unique Ideasによって開発されたChromeの拡張機能で、その主な機能は「Control video playback speed using keyboard shortcuts」です。

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

screenshot
screenshot

Video Playback Speedup拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The purpose of this extension is to speed up currently playing video for people in hurry. Most web video players has functionality to speed up video playback, but it has certain upper limits. This extension is meant to change that. Moreover, it also has key binding to skip video ads with a single click. And there is more, it does not require any access permissions from your browsers, so you can be calm, it is not going to snoop on your browsing activity.                    

拡張機能の基本情報

名前 Video Playback Speedup Video Playback Speedup
ID fllmoplppdefmmapminckbjbfpmncjnb
公式URL https://chromewebstore.google.com/detail/video-playback-speedup/fllmoplppdefmmapminckbjbfpmncjnb
説明 Control video playback speed using keyboard shortcuts
ファイルサイズ 16.04 KB
インストール数 94
現在のバージョン 1.0.0
最終更新日 2019-03-07
公開日 2019-03-06
評価 5.00/5 合計 1 レビュー
開発者 Simplify Unique Ideas
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/va1da5/html5-video-speedup-chome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speedup",
    "description": "Control video playback speed using keyboard shortcuts",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-90.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": []
}