Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
什麼是Twitch DVR?
Twitch DVR是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Twitch DVR adds DVR style controls to Twitch streams”。
擴展截圖
下載Twitch DVR擴展crx文件
下載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 |
官方網址 | 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" ] } |