xQc Status Indicator

Provides real-time information about the broadcast.

Apa itu xQc Status Indicator?

xQc Status Indicator adalah ekstensi Chrome yang dikembangkan oleh Konrad Skowron, dan fitur utamanya adalah "Provides real-time information about the broadcast.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi xQc Status Indicator

Unduh file ekstensi xQc Status Indicator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

xqcL                    

Informasi Dasar Ekstensi

Nama xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
URL Resmi https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Deskripsi Provides real-time information about the broadcast.
Ukuran File 26.49 KB
Jumlah Instalasi 190
Versi Saat Ini 2.5
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2023-05-11
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Konrad Skowron
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}