RAR Stats Radio

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

ما هو RAR Stats Radio؟

RAR Stats Radio هو إضافة Chrome تم تطويرها بواسطة https://www.rarcomputacion.com، والميزة الرئيسية لها هي "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RAR Stats Radio

قم بتنزيل ملفات الامتداد RAR Stats Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

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

معلومات أساسية عن التمديد

الاسم RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
عنوان URL الرسمي https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
الوصف Basic Statistics of Radio icecast y shoutcast(v1 and v2)
حجم الملف 138 KB
عدد التثبيتات 475
النسخة الحالية 1.4
آخر تحديث 2023-08-25
تاريخ النشر 2021-11-26
تقييم 3.55/5 مجموع تقييمات 11
المطور https://www.rarcomputacion.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://rarcomputacion.com
عنوان صفحة المساعدة https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
عنوان صفحة سياسة الخصوصية https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
اللغات المدعومة 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"
}