Twitch.tv HTML5 Playback Controls

Adds extra playback controls to Twitch.tv VODS

Cos'è Twitch.tv HTML5 Playback Controls?

Twitch.tv HTML5 Playback Controls è un'estensione di Chrome sviluppata da Ichiroku, e la sua funzione principale è "Adds extra playback controls to Twitch.tv VODS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch.tv HTML5 Playback Controls

Scarica i file di estensione Twitch.tv HTML5 Playback Controls 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

                        Simply adds some playback control to Twitch VODs                    

Informazioni di Base sull'Estensione

Nome Twitch.tv HTML5 Playback Controls Twitch.tv HTML5 Playback Controls
ID epkmidfakebmmhlobmlcnjcejhhkegne
URL Ufficiale https://chromewebstore.google.com/detail/twitchtv-html5-playback-c/epkmidfakebmmhlobmlcnjcejhhkegne
Descrizione Adds extra playback controls to Twitch.tv VODS
Dimensione del File 36.97 KB
Conteggio Installazioni 24
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-12-14
Data di Pubblicazione 2016-12-14
Sviluppatore Ichiroku
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch.tv HTML5 Playback Controls",
    "description": "Adds extra playback controls to Twitch.tv VODS",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "title": "Twitch.tv HTML5 Playback Controls"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*\/v\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.twitch.tv\/*\/v\/*"
    ]
}