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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}