RAR Stats Radio

Basic Statistics of Radio icecast y shoutcast(v1 and v2)

Hvad er RAR Stats Radio?

RAR Stats Radio er en Chrome-udvidelse udviklet af https://www.rarcomputacion.com, og dens hovedfunktion er "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download RAR Stats Radio-udvidelses-CRX-fil

Download RAR Stats Radio-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

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

- System Notifications 
- Streaming Details (listener and listener peak)                    

Grundlæggende oplysninger om udvidelsen

Navn RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
Officiel URL https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
Beskrivelse Basic Statistics of Radio icecast y shoutcast(v1 and v2)
Filstørrelse 138 KB
Antal Installationer 475
Nuværende Version 1.4
Senest Opdateret 2023-08-25
Udgivelsesdato 2021-11-26
Bedømmelse 3.55/5 Samlet 11 Bedømmelser
Udvikler https://www.rarcomputacion.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://rarcomputacion.com
Hjælpeside-URL https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
URL til Fortrolighedspolitik Side https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
Understøttede Sprog en,es
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "Stats Radio",
    "version": "1.4",
    "manifest_version": 2,
    "default_locale": "es",
    "description": "__MSG_extDescrip__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "miradio.png"
    },
    "browser_action": {
        "default_icon": "miradio.png",
        "default_title": "RAR Stats Radio",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "backgroud.js"
            ]
        }
    ],
    "permissions": [
        "background"
    ],
    "web_accessible_resources": [
        "miradio.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}