Twitch DVR

Twitch DVR adds DVR style controls to Twitch streams

Vad är Twitch DVR?

Twitch DVR är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Twitch DVR adds DVR style controls to Twitch streams".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch DVR-förlängningens CRX-fil

Ladda ner Twitch DVR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitch DVR Twitch DVR
ID omhdclmalgidiodbfjcjagnbcfadpina
Officiell webbadress https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina
Beskrivning Twitch DVR adds DVR style controls to Twitch streams
Filstorlek 9.39 KB
Antal Installationer 2,306
Aktuell Version 1.1
Senast Uppdaterad 2018-08-11
Publiceringsdatum 2018-08-11
Betyg 2.50/5 Totalt 8 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}