Chat Danmaku

Show chat room messages as danmaku when watching live streams.

Co to jest Chat Danmaku?

Chat Danmaku to rozszerzenie Chrome opracowane przez kevinptt, a jego główną funkcją jest „Show chat room messages as danmaku when watching live streams.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chat Danmaku

Pobierz pliki rozszerzeń Chat Danmaku w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chat Danmaku Chat Danmaku
ID mgahhhpmjdpnieacpcmjfegnoehameap
Oficjalny URL https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap
Opis Show chat room messages as danmaku when watching live streams.
Rozmiar pliku 62.84 KB
Liczba instalacji 19
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2018-09-30
Data Publikacji 2018-09-30
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper kevinptt
Typ Płatności free
Strona Rozszerzenia https://github.com/kevinptt0323/chat-danmaku
Adres URL Strony Pomocy https://github.com/kevinptt0323/chat-danmaku/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}