xQc Status Indicator

Provides real-time information about the broadcast.

Co to jest xQc Status Indicator?

xQc Status Indicator to rozszerzenie Chrome opracowane przez Konrad Skowron, a jego główną funkcją jest „Provides real-time information about the broadcast.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia xQc Status Indicator

Pobierz pliki rozszerzeń xQc Status Indicator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

xqcL                    

Podstawowe informacje o rozszerzeniu

Nazwa xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
Oficjalny URL https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Opis Provides real-time information about the broadcast.
Rozmiar pliku 26.49 KB
Liczba instalacji 190
Aktualna Wersja 2.5
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2023-05-11
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Konrad Skowron
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}