Giant Bomb HTML5 Video Commander
Control Giant Bomb videos with your keyboard.
Cos'è Giant Bomb HTML5 Video Commander?
Giant Bomb HTML5 Video Commander è un'estensione di Chrome sviluppata da Benjamin Murden, e la sua funzione principale è "Control Giant Bomb videos with your keyboard.".
Scarica il file CRX dell'estensione Giant Bomb HTML5 Video Commander
Scarica i file di estensione Giant Bomb HTML5 Video Commander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Giant Bomb HTML5 Video Commander |
ID | hpoieclkajomfdbhcpkhagkhnbajecen |
URL Ufficiale | https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen |
Descrizione | Control Giant Bomb videos with your keyboard. |
Dimensione del File | 18.82 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-02-22 |
Data di Pubblicazione | 2013-02-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Benjamin Murden |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |