Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Cos'è Chat Danmaku?

Chat Danmaku è un'estensione di Chrome sviluppata da kevinptt, e la sua funzione principale è "Show chat room messages as danmaku when watching live streams.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chat Danmaku

Scarica i file di estensione Chat Danmaku in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
URL Ufficiale https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Descrizione Show chat room messages as danmaku when watching live streams.
Dimensione del File 62.84 KB
Conteggio Installazioni 19
Versione Corrente 1.3.0
Ultimo Aggiornamento 2018-09-30
Data di Pubblicazione 2018-09-30
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore kevinptt
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kevinptt0323/chat-danmaku
URL della Pagina di Aiuto https://github.com/kevinptt0323/chat-danmaku/issues
Lingue Supportate 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"
            ]
        }
    ]
}