RAR Stats Radio

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

Qu'est-ce que RAR Stats Radio ?

RAR Stats Radio est une extension Chrome développée par https://www.rarcomputacion.com, et sa fonction principale est "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RAR Stats Radio

Téléchargez les fichiers d'extension RAR Stats Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

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

Informations de Base sur l'Extension

Nom RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
URL Officiel https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
Description Basic Statistics of Radio icecast y shoutcast(v1 and v2)
Taille du Fichier 138 KB
Nombre d'Installations 475
Version Actuelle 1.4
Dernière Mise à Jour 2023-08-25
Date de Publication 2021-11-26
Évaluation 3.55/5 Total 11 Évaluations
Développeur https://www.rarcomputacion.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://rarcomputacion.com
URL de la Page d'Aide https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
URL de la Page de Politique de Confidentialité https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
Langues Prises en Charge 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"
}