Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Chat Danmaku là gì?

Chat Danmaku là một tiện ích mở rộng Chrome được phát triển bởi kevinptt, và tính năng chính của nó là "Show chat room messages as danmaku when watching live streams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Danmaku

Tải xuống các tệp mở rộng Chat Danmaku dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
URL Chính Thức https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Mô tả Show chat room messages as danmaku when watching live streams.
Kích Thước Tệp 62.84 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2018-09-30
Ngày Phát Hành 2018-09-30
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển kevinptt
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kevinptt0323/chat-danmaku
URL Trang Trợ Giúp https://github.com/kevinptt0323/chat-danmaku/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}