Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

Giant Bomb HTML5 Video Commanderとは何ですか?

Giant Bomb HTML5 Video CommanderはBenjamin Murdenによって開発されたChromeの拡張機能で、その主な機能は「Control Giant Bomb videos with your keyboard.」です。

Giant Bomb HTML5 Video Commander拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Use keyboard shortcuts to skip back and forward through Giant Bomb videos instead of fumbling around with the mouse and scrub bar! Great for those moments of "Huh? What were they talking about," or "Wait, what just happened?"

Left Arrow = Skip back 10 seconds
Right Arrow = Skip forward 10 seconds
Shift + Left Arrow = Skip back 1 minute
Shift + Right Arrow = Skip forward 1 minute

Since this extension only works with HTML5 videos, you'll need to be a subscriber on Giant Bomb. Sorry, duders!                    

拡張機能の基本情報

名前 Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
公式URL https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
説明 Control Giant Bomb videos with your keyboard.
ファイルサイズ 18.82 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2013-02-22
公開日 2013-02-22
評価 5.00/5 合計 2 レビュー
開発者 Benjamin Murden
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Bomb HTML5 Video Commander",
    "description": "Control Giant Bomb videos with your keyboard.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.giantbomb.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "vidcontrol.js"
    ]
}