Chat Danmaku

Show chat room messages as danmaku when watching live streams.

什么是Chat Danmaku?

Chat Danmaku是由kevinptt开发的Chrome扩展程序,该扩展的主要功能是“Show chat room messages as danmaku when watching live streams.”。

扩展截图

screenshot
screenshot

下载Chat Danmaku扩展crx文件

下载Chat Danmaku扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
官方URL https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
简介 Show chat room messages as danmaku when watching live streams.
文件大小 62.84 KB
安装次数 19
当前版本 1.3.0
更新时间 2018-09-30
上架时间 2018-09-30
评分 5.00/5 共4次评分
开发者 kevinptt
付费类型 free
扩展官网 https://github.com/kevinptt0323/chat-danmaku
帮助页面URL https://github.com/kevinptt0323/chat-danmaku/issues
支持的语言 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"
            ]
        }
    ]
}