xQc Status Indicator
Provides real-time information about the broadcast.
Vad är xQc Status Indicator?
xQc Status Indicator är en Chrome-tillägg utvecklad av Konrad Skowron, och dess huvudfunktion är "Provides real-time information about the broadcast.".
Tilläggsskärmbilder
Ladda ner xQc Status Indicator-förlängningens CRX-fil
Ladda ner xQc Status Indicator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can hover to see the details or click to open the stream. Now also works with Kick! xqcL
Grundläggande Information om Tillägg
Namn | xQc Status Indicator |
ID | offegolfbiigompmobihmncgmajnmdmg |
Officiell webbadress | https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg |
Beskrivning | Provides real-time information about the broadcast. |
Filstorlek | 26.49 KB |
Antal Installationer | 190 |
Aktuell Version | 2.5 |
Senast Uppdaterad | 2024-03-01 |
Publiceringsdatum | 2023-05-11 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | Konrad Skowron |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |