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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |