xQc Status Indicator

Provides real-time information about the broadcast.

Wat is xQc Status Indicator?

xQc Status Indicator is een Chrome-extensie ontwikkeld door Konrad Skowron, en de belangrijkste functie is "Provides real-time information about the broadcast.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie xQc Status Indicator

Download xQc Status Indicator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

xqcL                    

Basisinformatie over de Extensie

Naam xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
Officiële URL https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Beschrijving Provides real-time information about the broadcast.
Bestandsgrootte 26.49 KB
Aantal Installaties 190
Huidige Versie 2.5
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2023-05-11
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Konrad Skowron
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}