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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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
URL หน้าช่วยเหลือ https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
URL หน้านโยบายความเป็นส่วนตัว 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"
}