Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
Wat is Twitch DVR?
Twitch DVR is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Twitch DVR adds DVR style controls to Twitch streams".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch DVR
Download Twitch DVR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | omhdclmalgidiodbfjcjagnbcfadpina |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina |
| Beschrijving | Twitch DVR adds DVR style controls to Twitch streams |
| Bestandsgrootte | 9.39 KB |
| Aantal Installaties | 2,306 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-08-11 |
| Publicatiedatum | 2018-08-11 |
| Beoordeling | 2.50/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |