xQc Status Indicator

Provides real-time information about the broadcast.

xQc Status Indicatorคืออะไร?

xQc Status Indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Konrad Skowron และคุณลักษณะหลักของมันคือ "Provides real-time information about the broadcast."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xQc Status Indicator

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

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

                        You can hover to see the details or click to open the stream. Now also works with Kick!

xqcL                    

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

ชื่อ xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
คำอธิบาย Provides real-time information about the broadcast.
ขนาดไฟล์ 26.49 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-05-11
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Konrad Skowron
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "xQc Status Indicator",
    "description": "Provides real-time information about the broadcast.",
    "version": "2.5",
    "action": {
        "default_title": "xQc Status Indicator",
        "default_icon": {
            "16": "images\/monkey-16.png",
            "32": "images\/monkey-32.png",
            "48": "images\/monkey-48.png",
            "128": "images\/monkey-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/monkey-16.png",
        "32": "images\/monkey-32.png",
        "48": "images\/monkey-48.png",
        "128": "images\/monkey-128.png"
    }
}