Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
Apa itu Twitch DVR?
Twitch DVR adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Twitch DVR adds DVR style controls to Twitch streams".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch DVR
Unduh file ekstensi Twitch DVR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitch DVR |
ID | omhdclmalgidiodbfjcjagnbcfadpina |
URL Resmi | https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina |
Deskripsi | Twitch DVR adds DVR style controls to Twitch streams |
Ukuran File | 9.39 KB |
Jumlah Instalasi | 2,306 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-08-11 |
Tanggal Publikasi | 2018-08-11 |
Penilaian | 2.50/5 Total 8 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |