twitch keyboard shortcuts

twitch tv keyboard shortcuts

Qu'est-ce que twitch keyboard shortcuts ?

twitch keyboard shortcuts est une extension Chrome développée par juanc.jara, et sa fonction principale est "twitch tv keyboard shortcuts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension twitch keyboard shortcuts

Téléchargez les fichiers d'extension twitch keyboard shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom twitch keyboard shortcuts twitch keyboard shortcuts
ID pfdnkciodgpiannbheoheddfdnkbboha
URL Officiel https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha
Description twitch tv keyboard shortcuts
Taille du Fichier 76.19 KB
Nombre d'Installations 165
Version Actuelle 1.6
Dernière Mise à Jour 2017-01-03
Date de Publication 2017-01-03
Évaluation 3.22/5 Total 9 Évaluations
Développeur juanc.jara
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}