Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
Cos'è Twitch DVR?
Twitch DVR è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Twitch DVR adds DVR style controls to Twitch streams".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch DVR
Scarica i file di estensione Twitch DVR 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
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.
Informazioni di Base sull'Estensione
Nome | Twitch DVR |
ID | omhdclmalgidiodbfjcjagnbcfadpina |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina |
Descrizione | Twitch DVR adds DVR style controls to Twitch streams |
Dimensione del File | 9.39 KB |
Conteggio Installazioni | 2,306 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-08-11 |
Data di Pubblicazione | 2018-08-11 |
Valutazione | 2.50/5 Totale 8 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |