xQc Status Indicator

Provides real-time information about the broadcast.

What is xQc Status Indicator?

xQc Status Indicator is a Chrome extension developed by Konrad Skowron, and its main feature is "Provides real-time information about the broadcast.".

Extension Screenshots

screenshot

Download xQc Status Indicator Extension CRX File

Download xQc Status Indicator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

xqcL                    

Extension Basic Information

Name xQc Status Indicator xQc Status Indicator
ID offegolfbiigompmobihmncgmajnmdmg
Official URL https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg
Description Provides real-time information about the broadcast.
File Size 26.49 KB
Installation Count 190
Current Version 2.5
Last Updated 2024-03-01
Publish Date 2023-05-11
Rating 5.00/5 Total 8 Ratings
Developer Konrad Skowron
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}