xQc Status Indicator

Provides real-time information about the broadcast.

什么是xQc Status Indicator?

xQc Status Indicator是由Konrad Skowron开发的Chrome扩展程序,该扩展的主要功能是“Provides real-time information about the broadcast.”。

扩展截图

screenshot

下载xQc Status Indicator扩展crx文件

下载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"
    }
}