RAR Stats Radio

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

Wat is RAR Stats Radio?

RAR Stats Radio is een Chrome-extensie ontwikkeld door https://www.rarcomputacion.com, en de belangrijkste functie is "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RAR Stats Radio

Download RAR Stats Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

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

Basisinformatie over de Extensie

Naam RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
Officiële URL https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
Beschrijving Basic Statistics of Radio icecast y shoutcast(v1 and v2)
Bestandsgrootte 138 KB
Aantal Installaties 475
Huidige Versie 1.4
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2021-11-26
Beoordeling 3.55/5 Totaal 11 Beoordelingen
Ontwikkelaar https://www.rarcomputacion.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://rarcomputacion.com
Help Pagina-URL https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
URL van de Privacybeleid Pagina https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
Ondersteunde Talen 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"
}