Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
Hvad er Twitch DVR?
Twitch DVR er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Twitch DVR adds DVR style controls to Twitch streams".
Udvidelsesskærmbilleder
Download Twitch DVR-udvidelses-CRX-fil
Download Twitch DVR-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Twitch DVR |
ID | omhdclmalgidiodbfjcjagnbcfadpina |
Officiel URL | https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina |
Beskrivelse | Twitch DVR adds DVR style controls to Twitch streams |
Filstørrelse | 9.39 KB |
Antal Installationer | 2,306 |
Nuværende Version | 1.1 |
Senest Opdateret | 2018-08-11 |
Udgivelsesdato | 2018-08-11 |
Bedømmelse | 2.50/5 Samlet 8 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |