RAR Stats Radio

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

什麼是RAR Stats Radio?

RAR Stats Radio是由https://www.rarcomputacion.com開發的Chrome擴展程式,該擴展的主要功能是“Basic Statistics of Radio icecast y shoutcast(v1 and v2)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載RAR Stats Radio擴展crx文件

下載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
官方網址 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"
}