Twitch DVR

Twitch DVR adds DVR style controls to Twitch streams

What is Twitch DVR?

Twitch DVR is a Chrome extension developed by Unknown, and its main feature is "Twitch DVR adds DVR style controls to Twitch streams".

Extension Screenshots

screenshot

Download Twitch DVR Extension CRX File

Download Twitch DVR 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

                        Twitch DVR adds YouTube-like DVR functionality to Twitch streams. This allows you to rewind live video (a max of about 60 seconds) without having to create a clip or watch the VOD after the stream is finished.                    

Extension Basic Information

Name Twitch DVR Twitch DVR
ID omhdclmalgidiodbfjcjagnbcfadpina
Official URL https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina
Description Twitch DVR adds DVR style controls to Twitch streams
File Size 9.39 KB
Installation Count 2,306
Current Version 1.1
Last Updated 2018-08-11
Publish Date 2018-08-11
Rating 2.50/5 Total 8 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch DVR",
    "description": "Twitch DVR adds DVR style controls to Twitch streams",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon128.png"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/dvr.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/playerSeek.html"
    ]
}