xQc Status Indicator
Provides real-time information about the broadcast.
Hvad er xQc Status Indicator?
xQc Status Indicator er en Chrome-udvidelse udviklet af Konrad Skowron, og dens hovedfunktion er "Provides real-time information about the broadcast.".
Udvidelsesskærmbilleder
Download xQc Status Indicator-udvidelses-CRX-fil
Download xQc Status Indicator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You can hover to see the details or click to open the stream. Now also works with Kick! xqcL
Grundlæggende oplysninger om udvidelsen
Navn | xQc Status Indicator |
ID | offegolfbiigompmobihmncgmajnmdmg |
Officiel URL | https://chromewebstore.google.com/detail/xqc-status-indicator/offegolfbiigompmobihmncgmajnmdmg |
Beskrivelse | Provides real-time information about the broadcast. |
Filstørrelse | 26.49 KB |
Antal Installationer | 190 |
Nuværende Version | 2.5 |
Senest Opdateret | 2024-03-01 |
Udgivelsesdato | 2023-05-11 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | Konrad Skowron |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |