Twitch DVR

Twitch DVR adds DVR style controls to Twitch streams

Qu'est-ce que Twitch DVR ?

Twitch DVR est une extension Chrome développée par Unknown, et sa fonction principale est "Twitch DVR adds DVR style controls to Twitch streams".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch DVR

Téléchargez les fichiers d'extension Twitch DVR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch DVR Twitch DVR
ID omhdclmalgidiodbfjcjagnbcfadpina
URL Officiel https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina
Description Twitch DVR adds DVR style controls to Twitch streams
Taille du Fichier 9.39 KB
Nombre d'Installations 2,306
Version Actuelle 1.1
Dernière Mise à Jour 2018-08-11
Date de Publication 2018-08-11
Évaluation 2.50/5 Total 8 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}