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
电子邮箱 [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"
    }
}