RAR Stats Radio

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

What is RAR Stats Radio?

RAR Stats Radio is a Chrome extension developed by https://www.rarcomputacion.com, and its main feature is "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download RAR Stats Radio Extension CRX File

Download RAR Stats Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

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

Extension Basic Information

Name RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
Official URL https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
Description Basic Statistics of Radio icecast y shoutcast(v1 and v2)
File Size 138 KB
Installation Count 475
Current Version 1.4
Last Updated 2023-08-25
Publish Date 2021-11-26
Rating 3.55/5 Total 11 Ratings
Developer https://www.rarcomputacion.com
Email [email protected]
Payment Type free
Extension Website http://rarcomputacion.com
Help Page URL https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
Privacy Policy Page URL https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
Supported Languages 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"
}