Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Wat is Chat Danmaku?

Chat Danmaku is een Chrome-extensie ontwikkeld door kevinptt, en de belangrijkste functie is "Show chat room messages as danmaku when watching live streams.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chat Danmaku

Download Chat Danmaku-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
Officiële URL https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Beschrijving Show chat room messages as danmaku when watching live streams.
Bestandsgrootte 62.84 KB
Aantal Installaties 19
Huidige Versie 1.3.0
Laatst Bijgewerkt 2018-09-30
Publicatiedatum 2018-09-30
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar kevinptt
Betalingswijze free
Extensiewebsite https://github.com/kevinptt0323/chat-danmaku
Help Pagina-URL https://github.com/kevinptt0323/chat-danmaku/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}