Twitch DVR player
Replaces the standard twitch player with a custom one that supports DVR.
Twitch DVR playerคืออะไร?
Twitch DVR player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kjiang.developer และคุณลักษณะหลักของมันคือ "Replaces the standard twitch player with a custom one that supports DVR."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch DVR player
ดาวน์โหลดไฟล์ส่วนขยาย Twitch DVR player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Never miss an exciting moment again with Twitch DVR (not actually affiliated with Twitch in any way). Replace the standard Twitch player with one that supports rewinding to any point in the stream! Jump back and forth between live and previous content. Installing the extension will automatically replace the Twitch player with a player that supports DVR. You can toggle between the DVR player and the regular Twitch player at any time. NOTE: Twitch has added a feature that stops VODs from auto-publishing on some channels (streamer can toggle this on and off). This breaks Twitch DVR Player and unfortunately there's nothing I can do about this if the streamer has it on (they might not know). Release notes: 1.4.13 - Added Theater Mode button - Added clearer error messages around clipping and rewind - Fix bug with clipping VODs 1.4.12 - Sad update: add error screen showing why extension does not work - Fix issue on Edge where unmuting does not resume stream 1.4.11 - Critical bug fix: stops responding to key presses in chat input box 1.4.10 - Makes clipping more reliable - Enables clipping in DVR mode
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch DVR player |
ID | iaeibhcmabccclfnafahihdndonfgebo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-dvr-player/iaeibhcmabccclfnafahihdndonfgebo |
คำอธิบาย | Replaces the standard twitch player with a custom one that supports DVR. |
ขนาดไฟล์ | 83.56 KB |
จำนวนการติดตั้ง | 43,502 |
เวอร์ชันปัจจุบัน | 1.4.13 |
อัปเดตครั้งล่าสุด | 2022-07-28 |
วันที่เผยแพร่ | 2020-07-21 |
คะแนน | 3.82/5 รวมทั้งหมด 73 คะแนน |
ผู้พัฒนา | kjiang.developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/caeleel/twitch-dvr |
URL หน้าช่วยเหลือ | https://github.com/caeleel/twitch-dvr |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch DVR player", "version": "1.4.13", "description": "Replaces the standard twitch player with a custom one that supports DVR.", "permissions": [ "https:\/\/*.twitch.tv\/*", "https:\/\/*.ttvnw.net\/*", "https:\/\/dqrpb9wgowsf5.cloudfront.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "mux.js", "index.js" ], "run_at": "document_idle" } ], "icons": { "48": "[email protected]", "128": "twitch-dvr.png" }, "manifest_version": 2 } |