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 |
官方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" ] } |