Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Hvad er Chat Danmaku?

Chat Danmaku er en Chrome-udvidelse udviklet af kevinptt, og dens hovedfunktion er "Show chat room messages as danmaku when watching live streams.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Chat Danmaku-udvidelses-CRX-fil

Download Chat Danmaku-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
Officiel URL https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Beskrivelse Show chat room messages as danmaku when watching live streams.
Filstørrelse 62.84 KB
Antal Installationer 19
Nuværende Version 1.3.0
Senest Opdateret 2018-09-30
Udgivelsesdato 2018-09-30
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler kevinptt
Betalingsmetode free
Udvidelseswebsted https://github.com/kevinptt0323/chat-danmaku
Hjælpeside-URL https://github.com/kevinptt0323/chat-danmaku/issues
Understøttede Sprog 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"
            ]
        }
    ]
}