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
官方網址 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
電子郵箱 [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"
    }
}