Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
Twitch DVRคืออะไร?
Twitch DVR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Twitch DVR adds DVR style controls to Twitch streams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch DVR
ดาวน์โหลดไฟล์ส่วนขยาย Twitch DVR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch DVR |
ID | omhdclmalgidiodbfjcjagnbcfadpina |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina |
คำอธิบาย | Twitch DVR adds DVR style controls to Twitch streams |
ขนาดไฟล์ | 9.39 KB |
จำนวนการติดตั้ง | 2,306 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-08-11 |
วันที่เผยแพร่ | 2018-08-11 |
คะแนน | 2.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |