Twitcasting Chat Replay
Replays the chat on Twitcasting archives.
What is Twitcasting Chat Replay?
Twitcasting Chat Replay is a Chrome extension developed by lyger, and its main feature is "Replays the chat on Twitcasting archives.".
Extension Screenshots
Download Twitcasting Chat Replay Extension CRX File
Download Twitcasting Chat Replay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ツイキャスの録画を視聴するとき、ライブと同じようにコメントを流します。 Replays live chat for recorded Twitcasting broadcasts. ツイキャスの仕様のため、手動でコメントの遅延を調整する必要があります。 Due to programming limitations, the comment timing delay must be manually adjusted.
Extension Basic Information
Name | Twitcasting Chat Replay |
ID | lnbjmahfkagdmpeifkblhkglbcpbpohk |
Official URL | https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk |
Description | Replays the chat on Twitcasting archives. |
File Size | 57.22 KB |
Installation Count | 1,084 |
Current Version | 0.4 |
Last Updated | 2020-02-13 |
Publish Date | 2020-02-13 |
Rating | 3.33/5 Total 3 Ratings |
Developer | lyger |
Payment Type | free |
Supported Languages | 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" } } |