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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}