Twitch Stats by Streams Charts

Your personal access to world-class streaming analytics on Twitch by StreamsCharts.com

Twitch Stats by Streams Chartsคืออะไร?

Twitch Stats by Streams Charts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://streamscharts.com และคุณลักษณะหลักของมันคือ "Your personal access to world-class streaming analytics on Twitch by StreamsCharts.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Stats by Streams Charts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Especially for Twitch viewers and stats lovers, StreamsCharts.com has developed a Twitch extension for Google Chrome browser that will help you get up-to-date data on a streamer without leaving Twitch.

Update from December 21, 2023: ver. 2.0 is now live. Read more on it here: https://streamscharts.com/news/extension-upd

Twitch Stats extension by Streams Charts include:

- Ratio of Authorized Viewers to All Viewers on streams (a percentage of all viewers who are authorized/logged in on the platform during the stream).
- Current channel’s stream stats and comparison with previous broadcast.
- Short bio about streamers including name, age, country, etc.
- Top channels from each category (no need entering the category).
- Key stats of channel for the last 30 days with daily dynamics.
- Key stats for each category of the watching stream.
- Air time of live channels you follow.
- Top clips of following channels (for last 3/7/30 days).
- Flexible sorting of stream/channel clips.
- Viewers stats for each category with all time peak records.
- Gender information about streamers.

Also provides a direct link to channel’s stats on Streams Charts and pages with Live Followers Count and Viewers Count.

Helpful articles:

How to spot a cheating streamer — what one should know about authorized viewers to all viewers ratio: https://streamscharts.com/news/how-spot-cheating-streamer

Creators about extension:

DrLupo: https://twitter.com/DrLupo/status/1710070265630113804
Gothalion: https://twitter.com/Gothalion/status/1710064154743124271
Pestily: https://twitter.com/Pestily/status/1710092532221460836

Powered by Streams Charts, world-class live-streaming analytics on Twitch, YouTube, Kick, Rumble, AfreecaTV & more. All our plans: https://streamscharts.com/pricing                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Stats by Streams Charts Twitch Stats by Streams Charts
ID jbcklblmgdbpagndcggcjnhnoocibnmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-stats-by-streams-c/jbcklblmgdbpagndcggcjnhnoocibnmk
คำอธิบาย Your personal access to world-class streaming analytics on Twitch by StreamsCharts.com
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 12,477
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2024-01-16
วันที่เผยแพร่ 2022-01-10
คะแนน 2.85/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา https://streamscharts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://streamscharts.com/
URL หน้านโยบายความเป็นส่วนตัว https://streamscharts.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Stats by Streams Charts",
    "description": "Your personal access to world-class streaming analytics on Twitch by StreamsCharts.com",
    "version": "2.0.4.0",
    "version_name": "2.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/sc_logo_16.png",
            "32": "icons\/sc_logo_32.png",
            "48": "icons\/sc_logo_48.png",
            "128": "icons\/sc_logo_128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-d3afee18.js"
            ],
            "all_frames": false,
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/**\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.twitch.tv\/p\/*",
                "https:\/\/www.twitch.tv\/products\/*",
                "https:\/\/www.twitch.tv\/*\/manager*",
                "https:\/\/www.twitch.tv\/*\/dashboard",
                "https:\/\/www.twitch.tv\/broadcast",
                "https:\/\/www.twitch.tv\/messages\/*",
                "https:\/\/www.twitch.tv\/settings"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/base-f7a2b3e6.css",
                "assets\/index-20d5df58.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/**\/*"
    ],
    "icons": {
        "16": "icons\/sc_logo_16.png",
        "32": "icons\/sc_logo_32.png",
        "48": "icons\/sc_logo_48.png",
        "128": "icons\/sc_logo_128.png"
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "src\/content-script\/iframe\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "resources": [
                "assets\/debug-6a942fd8.js",
                "assets\/base-f8239649.js",
                "assets\/index.ts-0a5c08b8.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.twitch.tv\/;"
    }
}