xQc Status Indicator

Provides real-time information about the broadcast.

xQc Status Indicator là gì?

xQc Status Indicator là một tiện ích mở rộng Chrome được phát triển bởi Konrad Skowron, và tính năng chính của nó là "Provides real-time information about the broadcast.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng xQc Status Indicator

Tải xuống các tệp mở rộng xQc Status Indicator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

xqcL                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
URL Chính Thức https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Mô tả Provides real-time information about the broadcast.
Kích Thước Tệp 26.49 KB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-05-11
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Konrad Skowron
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}