Twitch DVR player
Replaces the standard twitch player with a custom one that supports DVR.
什麼是Twitch DVR player?
Twitch DVR player是由kjiang.developer開發的Chrome擴展程式,該擴展的主要功能是“Replaces the standard twitch player with a custom one that supports DVR.”。
擴展截圖
下載Twitch DVR player擴展crx文件
下載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 |
官方網址 | 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 } |