RAR Stats Radio

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

RAR Stats Radio là gì?

RAR Stats Radio là một tiện ích mở rộng Chrome được phát triển bởi https://www.rarcomputacion.com, và tính năng chính của nó là "Basic Statistics of Radio icecast y shoutcast(v1 and v2)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RAR Stats Radio

Tải xuống các tệp mở rộng RAR Stats Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - Support for Shoutcast Version 2


Basic Statistics of Radio icecast y shoutcast

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RAR Stats Radio RAR Stats Radio
ID mmkejeliimnfmihicihofalhcamjedek
URL Chính Thức https://chromewebstore.google.com/detail/rar-stats-radio/mmkejeliimnfmihicihofalhcamjedek
Mô tả Basic Statistics of Radio icecast y shoutcast(v1 and v2)
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 475
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2021-11-26
Đánh Giá 3.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.rarcomputacion.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://rarcomputacion.com
URL Trang Trợ Giúp https://www.rarserver.net/clientes/knowledgebase.php?action=displaycat&catid=16
URL Trang Chính Sách Bảo Mật https://rarcomputacion.com/pol%C3%ADticas-de-privacidad.html
Ngôn Ngữ Được Hỗ Trợ 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"
}