Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

Was ist Giant Bomb HTML5 Video Commander?

Giant Bomb HTML5 Video Commander ist eine Chrome-Erweiterung, die von Benjamin Murden entwickelt wurde, und ihr Hauptmerkmal ist "Control Giant Bomb videos with your keyboard.".

Giant Bomb HTML5 Video Commander-Erweiterungs-CRX-Datei herunterladen

Laden Sie Giant Bomb HTML5 Video Commander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
Offizielle URL https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
Beschreibung Control Giant Bomb videos with your keyboard.
Dateigröße 18.82 KB
Installationsanzahl 37
Aktuelle Version 1.0
Letztes Update 2013-02-22
Veröffentlichungsdatum 2013-02-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Benjamin Murden
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}