Twitch.tv HTML5 Playback Controls

Adds extra playback controls to Twitch.tv VODS

What is Twitch.tv HTML5 Playback Controls?

Twitch.tv HTML5 Playback Controls is a Chrome extension developed by Ichiroku, and its main feature is "Adds extra playback controls to Twitch.tv VODS".

Extension Screenshots

screenshot

Download Twitch.tv HTML5 Playback Controls Extension CRX File

Download Twitch.tv HTML5 Playback Controls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simply adds some playback control to Twitch VODs                    

Extension Basic Information

Name Twitch.tv HTML5 Playback Controls Twitch.tv HTML5 Playback Controls
ID epkmidfakebmmhlobmlcnjcejhhkegne
Official URL https://chromewebstore.google.com/detail/twitchtv-html5-playback-c/epkmidfakebmmhlobmlcnjcejhhkegne
Description Adds extra playback controls to Twitch.tv VODS
File Size 36.97 KB
Installation Count 24
Current Version 1.0.1
Last Updated 2016-12-14
Publish Date 2016-12-14
Developer Ichiroku
Payment Type free
Supported Languages 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\/*"
    ]
}