twitch keyboard shortcuts

twitch tv keyboard shortcuts

Was ist twitch keyboard shortcuts?

twitch keyboard shortcuts ist eine Chrome-Erweiterung, die von juanc.jara entwickelt wurde, und ihr Hauptmerkmal ist "twitch tv keyboard shortcuts".

Erweiterungsscreenshots

screenshot

twitch keyboard shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie twitch keyboard shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name twitch keyboard shortcuts twitch keyboard shortcuts
ID pfdnkciodgpiannbheoheddfdnkbboha
Offizielle URL https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha
Beschreibung twitch tv keyboard shortcuts
Dateigröße 76.19 KB
Installationsanzahl 165
Aktuelle Version 1.6
Letztes Update 2017-01-03
Veröffentlichungsdatum 2017-01-03
Bewertung 3.22/5 Insgesamt 9 Bewertungen
Entwickler juanc.jara
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}