Chat Danmaku
Show chat room messages as danmaku when watching live streams.
What is Chat Danmaku?
Chat Danmaku is a Chrome extension developed by kevinptt, and its main feature is "Show chat room messages as danmaku when watching live streams.".
Extension Screenshots
Download Chat Danmaku Extension CRX File
Download Chat Danmaku 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
Show chat room messages as danmaku when watching live streams. Support sites: - Twitch - Garena Live Note: We don't guarantee that it always works correctly and perfectly. If you encounter any problems or bugs, try to refresh page first.
Extension Basic Information
Name | Chat Danmaku |
ID | mgahhhpmjdpnieacpcmjfegnoehameap |
Official URL | https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap |
Description | Show chat room messages as danmaku when watching live streams. |
File Size | 62.84 KB |
Installation Count | 19 |
Current Version | 1.3.0 |
Last Updated | 2018-09-30 |
Publish Date | 2018-09-30 |
Rating | 5.00/5 Total 4 Ratings |
Developer | kevinptt |
Payment Type | free |
Extension Website | https://github.com/kevinptt0323/chat-danmaku |
Help Page URL | https://github.com/kevinptt0323/chat-danmaku/issues |
Supported Languages | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3.0", "homepage_url": "https:\/\/github.com\/kevinptt0323\/chat-danmaku", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "options\/index.html" }, "default_locale": "en", "options_ui": { "page": "options\/index.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/garena.live\/*", "*:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] } |