Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Apa itu Chat Danmaku?

Chat Danmaku adalah ekstensi Chrome yang dikembangkan oleh kevinptt, dan fitur utamanya adalah "Show chat room messages as danmaku when watching live streams.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Chat Danmaku

Unduh file ekstensi Chat Danmaku dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
URL Resmi https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Deskripsi Show chat room messages as danmaku when watching live streams.
Ukuran File 62.84 KB
Jumlah Instalasi 19
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2018-09-30
Tanggal Publikasi 2018-09-30
Penilaian 5.00/5 Total 4 Penilaian
Pengembang kevinptt
Tipe Pembayaran free
Situs Ekstensi https://github.com/kevinptt0323/chat-danmaku
URL Halaman Bantuan https://github.com/kevinptt0323/chat-danmaku/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}