xQc Status Indicator

Provides real-time information about the broadcast.

Что такое xQc Status Indicator?

xQc Status Indicator - это расширение Chrome, разработанное Konrad Skowron, и его основная функция - "Provides real-time information about the broadcast.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения xQc Status Indicator

Скачайте файлы расширений xQc Status Indicator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

xqcL                    

Основная информация о расширении

Название xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
Официальный URL https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Описание Provides real-time information about the broadcast.
Размер файла 26.49 KB
Количество установок 190
Текущая Версия 2.5
Последнее Обновление 2024-03-01
Дата публикации 2023-05-11
Рейтинг 5.00/5 Всего 8 оценок
Разработчик Konrad Skowron
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}