xQc Status Indicator

Provides real-time information about the broadcast.

Qu'est-ce que xQc Status Indicator ?

xQc Status Indicator est une extension Chrome développée par Konrad Skowron, et sa fonction principale est "Provides real-time information about the broadcast.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension xQc Status Indicator

Téléchargez les fichiers d'extension xQc Status Indicator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

xqcL                    

Informations de Base sur l'Extension

Nom xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
URL Officiel https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Description Provides real-time information about the broadcast.
Taille du Fichier 26.49 KB
Nombre d'Installations 190
Version Actuelle 2.5
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-05-11
Évaluation 5.00/5 Total 8 Évaluations
Développeur Konrad Skowron
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}