Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

Apa itu Giant Bomb HTML5 Video Commander?

Giant Bomb HTML5 Video Commander adalah ekstensi Chrome yang dikembangkan oleh Benjamin Murden, dan fitur utamanya adalah "Control Giant Bomb videos with your keyboard.".

Unduh Berkas CRX Ekstensi Giant Bomb HTML5 Video Commander

Unduh file ekstensi Giant Bomb HTML5 Video Commander dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
URL Resmi https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
Deskripsi Control Giant Bomb videos with your keyboard.
Ukuran File 18.82 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-02-22
Tanggal Publikasi 2013-02-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Benjamin Murden
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}