Twitch Chat Danmaku

Display the chat as danmaku(chat overlay) with fully customizable settings, compatible with emoticons!

Twitch Chat Danmakuとは何ですか?

Twitch Chat Danmakuはwheatupによって開発されたChromeの拡張機能で、その主な機能は「Display the chat as danmaku(chat overlay) with fully customizable settings, compatible with emoticons!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Twitch Chat Danmaku拡張機能のCRXファイルをダウンロード

Twitch Chat Danmaku拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a chrome extension that brings danmaku(niconico style chat overlay) feature to twitch.tv, with fully customizable settings.

You can watch twitch chat directly on the stream without having to glance at the chat window, even possible in full screen mode.

This extension supports all kinds of emoticons; you won't miss any detail of any chat!

Have fun!                    

拡張機能の基本情報

名前 Twitch Chat Danmaku Twitch Chat Danmaku
ID koiphfkghjgmncbkcpfnegnbcbomlchg
公式URL https://chromewebstore.google.com/detail/twitch-chat-danmaku/koiphfkghjgmncbkcpfnegnbcbomlchg
説明 Display the chat as danmaku(chat overlay) with fully customizable settings, compatible with emoticons!
ファイルサイズ 34.09 KB
インストール数 67,432
現在のバージョン 2.1.1
最終更新日 2023-11-16
公開日 2020-04-14
評価 4.48/5 合計 82 レビュー
開発者 wheatup
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/wheatup/TwitchChatDanmaku
対応言語 de,en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.1.1",
    "description": "__MSG_appDescription__",
    "background": {
        "service_worker": "src\/js\/background\/background.js",
        "type": "module"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "permissions": [
        "fontSettings",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/css\/app.css"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "src\/js\/app\/danmaku\/default.js",
                "src\/js\/app\/danmaku\/scroll.js",
                "src\/js\/app\/app.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}