Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

Qu'est-ce que Giant Bomb HTML5 Video Commander ?

Giant Bomb HTML5 Video Commander est une extension Chrome développée par Benjamin Murden, et sa fonction principale est "Control Giant Bomb videos with your keyboard.".

Télécharger le fichier CRX de l'extension Giant Bomb HTML5 Video Commander

Téléchargez les fichiers d'extension Giant Bomb HTML5 Video Commander au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
URL Officiel https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
Description Control Giant Bomb videos with your keyboard.
Taille du Fichier 18.82 KB
Nombre d'Installations 37
Version Actuelle 1.0
Dernière Mise à Jour 2013-02-22
Date de Publication 2013-02-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur Benjamin Murden
Type de Paiement free
Langues Prises en Charge 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"
    ]
}