Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Chat Danmakuคืออะไร?

Chat Danmaku เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinptt และคุณลักษณะหลักของมันคือ "Show chat room messages as danmaku when watching live streams."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat Danmaku

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}