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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stévan Corre และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat Stats

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}