Twitcasting Chat Replay
Replays the chat on Twitcasting archives.
什么是Twitcasting Chat Replay?
Twitcasting Chat Replay是由lyger开发的Chrome扩展程序,该扩展的主要功能是“Replays the chat on Twitcasting archives.”。
扩展截图
下载Twitcasting Chat Replay扩展crx文件
下载Twitcasting Chat Replay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ツイキャスの録画を視聴するとき、ライブと同じようにコメントを流します。 Replays live chat for recorded Twitcasting broadcasts. ツイキャスの仕様のため、手動でコメントの遅延を調整する必要があります。 Due to programming limitations, the comment timing delay must be manually adjusted.
扩展基本信息
名称 | Twitcasting Chat Replay |
ID | lnbjmahfkagdmpeifkblhkglbcpbpohk |
官方URL | https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk |
简介 | Replays the chat on Twitcasting archives. |
文件大小 | 57.22 KB |
安装次数 | 1,084 |
当前版本 | 0.4 |
更新时间 | 2020-02-13 |
上架时间 | 2020-02-13 |
评分 | 3.33/5 共3次评分 |
开发者 | lyger |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ja", "manifest_version": 2, "version": "0.4", "permissions": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "css": [ "styles.css" ], "js": [ "react.production.min.js", "react-dom.production.min.js", "contentScript.js" ] } ], "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |