twitch keyboard shortcuts

twitch tv keyboard shortcuts

Cos'è twitch keyboard shortcuts?

twitch keyboard shortcuts è un'estensione di Chrome sviluppata da juanc.jara, e la sua funzione principale è "twitch tv keyboard shortcuts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione twitch keyboard shortcuts

Scarica i file di estensione twitch keyboard shortcuts 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 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.                    

Informazioni di Base sull'Estensione

Nome twitch keyboard shortcuts twitch keyboard shortcuts
ID pfdnkciodgpiannbheoheddfdnkbboha
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha
Descrizione twitch tv keyboard shortcuts
Dimensione del File 76.19 KB
Conteggio Installazioni 165
Versione Corrente 1.6
Ultimo Aggiornamento 2017-01-03
Data di Pubblicazione 2017-01-03
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore juanc.jara
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}