Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

O que é Giant Bomb HTML5 Video Commander?

Giant Bomb HTML5 Video Commander é uma extensão do Chrome desenvolvida por Benjamin Murden, e sua principal característica é "Control Giant Bomb videos with your keyboard.".

Baixar o arquivo CRX da Extensão Giant Bomb HTML5 Video Commander

Baixe arquivos de extensão Giant Bomb HTML5 Video Commander no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
URL Oficial https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
Descrição Control Giant Bomb videos with your keyboard.
Tamanho do Arquivo 18.82 KB
Contagem de Instalações 37
Versão Atual 1.0
Última Atualização 2013-02-22
Data de Publicação 2013-02-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Benjamin Murden
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}