Giant Bomb HTML5 Video Commander
Control Giant Bomb videos with your keyboard.
¿Qué es Giant Bomb HTML5 Video Commander?
Giant Bomb HTML5 Video Commander es una extensión de Chrome desarrollada por Benjamin Murden, y su función principal es "Control Giant Bomb videos with your keyboard.".
Descargar Archivo CRX de la Extensión Giant Bomb HTML5 Video Commander
Descarga archivos de extensión Giant Bomb HTML5 Video Commander en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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! Información Básica de la Extensión
| Nombre | |
| ID | hpoieclkajomfdbhcpkhagkhnbajecen |
| URL Oficial | https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen |
| Descripción | Control Giant Bomb videos with your keyboard. |
| Tamaño del Archivo | 18.82 KB |
| Cantidad de Instalaciones | 37 |
| Versión Actual | 1.0 |
| Última Actualización | 2013-02-22 |
| Fecha de Publicación | 2013-02-22 |
| Calificación | 5.00/5 Total de 2 Calificaciones |
| Desarrollador | Benjamin Murden |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
]
} | |