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.”。
擴展截圖
下載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 |
ID | offegolfbiigompmobihmncgmajnmdmg |
官方網址 | 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" } } |