Giant Bomb HTML5 Video Commander
Control Giant Bomb videos with your keyboard.
Vad är Giant Bomb HTML5 Video Commander?
Giant Bomb HTML5 Video Commander är en Chrome-tillägg utvecklad av Benjamin Murden, och dess huvudfunktion är "Control Giant Bomb videos with your keyboard.".
Ladda ner Giant Bomb HTML5 Video Commander-förlängningens CRX-fil
Ladda ner Giant Bomb HTML5 Video Commander-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Giant Bomb HTML5 Video Commander |
ID | hpoieclkajomfdbhcpkhagkhnbajecen |
Officiell webbadress | https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen |
Beskrivning | Control Giant Bomb videos with your keyboard. |
Filstorlek | 18.82 KB |
Antal Installationer | 37 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-02-22 |
Publiceringsdatum | 2013-02-22 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Benjamin Murden |
Betalningssätt | free |
Stödda Språk | 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" ] } |