twitch keyboard shortcuts

twitch tv keyboard shortcuts

O que é twitch keyboard shortcuts?

twitch keyboard shortcuts é uma extensão do Chrome desenvolvida por juanc.jara, e sua principal característica é "twitch tv keyboard shortcuts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão twitch keyboard shortcuts

Baixe arquivos de extensão twitch keyboard shortcuts 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 your OWN shortcuts on Twitch tv past broadcasts.

WORKS with the new video player controls.

Steps:

Open past broadcast video.
Open extension
Click on 'Load shortcuts' button, wait less than a second for a 'script loaded' notification' and it's ready.

New features:
Set your own key bindings.

No longer supported: (because twitch already implements these features:
Auto save and auto resume. 
  This extension will remember your last played position on a pastbroadcast.
  You can disable autosave and autoresume.                    

Informações Básicas da Extensão

Nome twitch keyboard shortcuts twitch keyboard shortcuts
ID pfdnkciodgpiannbheoheddfdnkbboha
URL Oficial https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha
Descrição twitch tv keyboard shortcuts
Tamanho do Arquivo 76.19 KB
Contagem de Instalações 165
Versão Atual 1.6
Última Atualização 2017-01-03
Data de Publicação 2017-01-03
Classificação 3.22/5 Total de 9 Avaliações
Desenvolvedor juanc.jara
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twitch keyboard shortcuts",
    "description": "twitch tv keyboard shortcuts",
    "version": "1.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/twitch-128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "alarms",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*\/v\/*",
                "http:\/\/twitch.tv\/*\/v\/*"
            ],
            "js": [
                "js\/cs-bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/bg-bundle.js"
        ]
    }
}