xQc Status Indicator

Provides real-time information about the broadcast.

Cos'è xQc Status Indicator?

xQc Status Indicator è un'estensione di Chrome sviluppata da Konrad Skowron, e la sua funzione principale è "Provides real-time information about the broadcast.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione xQc Status Indicator

Scarica i file di estensione xQc Status Indicator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

xqcL                    

Informazioni di Base sull'Estensione

Nome xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
URL Ufficiale https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Descrizione Provides real-time information about the broadcast.
Dimensione del File 26.49 KB
Conteggio Installazioni 190
Versione Corrente 2.5
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2023-05-11
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Konrad Skowron
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}