ChatReplay
Watch stream archive videos with chat replay.
什么是ChatReplay?
ChatReplay是由https://chatreplay.stream开发的Chrome扩展程序,该扩展的主要功能是“Watch stream archive videos with chat replay.”。
扩展截图
下载ChatReplay扩展crx文件
下载ChatReplay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Watch stream archive videos with chat replay. Click the button below the supported video or extension icon to open ChatReplay. Chat replays are available on selected videos of participating channels. Full list available on the website: https://chatreplay.stream/ If you enjoy this extension, please consider donating to help cover the server costs: https://ko-fi.com/chatreplay
扩展基本信息
名称 | ChatReplay |
ID | fonfeflegdnbhkfefemcgbdokiinjilg |
官方URL | https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg |
简介 | Watch stream archive videos with chat replay. |
文件大小 | 10.56 KB |
安装次数 | 36,163 |
当前版本 | 0.4.3 |
更新时间 | 2023-02-11 |
上架时间 | 2021-11-04 |
评分 | 4.72/5 共53次评分 |
开发者 | https://chatreplay.stream |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chatreplay.stream/ |
帮助页面URL | https://chatreplay.stream/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatReplay", "version": "0.4.3", "manifest_version": 3, "description": "Watch stream archive videos with chat replay.", "author": "Restorn", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_idle", "js": [ "js\/WindowMessenger.js", "js\/content.js" ], "css": [ "js\/content.css" ] } ], "background": { "service_worker": "bg\/background.js" }, "action": { "default_popup": "html\/popup.html" } } |