Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Co je Chat Danmaku?

Chat Danmaku je rozšíření Chrome vyvinuté kevinptt, a jeho hlavní funkcí je „Show chat room messages as danmaku when watching live streams.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Chat Danmaku

Stáhněte si soubory rozšíření Chat Danmaku ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
Oficiální URL https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Popis Show chat room messages as danmaku when watching live streams.
Velikost souboru 62.84 KB
Počet instalací 19
Aktuální Verze 1.3.0
Poslední Aktualizace 2018-09-30
Datum Vydání 2018-09-30
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář kevinptt
Typ Platby free
Webové stránky Rozšíření https://github.com/kevinptt0323/chat-danmaku
URL Stránky Nápovědy https://github.com/kevinptt0323/chat-danmaku/issues
Podporované Jazyky 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"
            ]
        }
    ]
}