RAR Stats Radio

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

Vad är RAR Stats Radio?

RAR Stats Radio är en Chrome-tillägg utvecklad av https://www.rarcomputacion.com, och dess huvudfunktion är "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner RAR Stats Radio-förlängningens CRX-fil

Ladda ner RAR Stats Radio-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

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

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

Grundläggande Information om Tillägg

Namn RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
Officiell webbadress https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
Beskrivning Basic Statistics of Radio icecast y shoutcast(v1 and v2)
Filstorlek 138 KB
Antal Installationer 475
Aktuell Version 1.4
Senast Uppdaterad 2023-08-25
Publiceringsdatum 2021-11-26
Betyg 3.55/5 Totalt 11 Betyg
Utvecklare https://www.rarcomputacion.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://rarcomputacion.com
Hjälpsida URL https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
URL till Sekretesspolicy Sidan https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
Stödda Språk 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"
}