Twitch Chat Stats

Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.

Twitch Chat Statsとは何ですか?

Twitch Chat StatsはStévan Correによって開発されたChromeの拡張機能で、その主な機能は「Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.」です。

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

screenshot

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

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

拡張機能の使用方法

                        With this new panel, you'll have the amount of messages per second, and the amount of messages sent during the last 10 seconds.                    

拡張機能の基本情報

名前 Twitch Chat Stats Twitch Chat Stats
ID cibpobmdeonkgkljhapfjcdcjaomdffn
公式URL https://chromewebstore.google.com/detail/twitch-chat-stats/cibpobmdeonkgkljhapfjcdcjaomdffn
説明 Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.
ファイルサイズ 111 KB
インストール数 43
現在のバージョン 1.0
最終更新日 2022-07-04
公開日 2022-06-30
開発者 Stévan Corre
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Chat Stats",
    "description": "Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.",
    "author": "St\u00e9van Corre ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "index.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}