RadioCast

Listen to online radio stations on Chromecast devices.

RadioCast là gì?

RadioCast là một tiện ích mở rộng Chrome được phát triển bởi Postmodern Patterns, và tính năng chính của nó là "Listen to online radio stations on Chromecast devices.".

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

screenshot

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

Tải xuống các tệp mở rộng RadioCast 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

                        Stations can be added or removed in the settings window.                    

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

Tên RadioCast RadioCast
ID ggjepffefcllepkipoolpiflpknlhcnh
URL Chính Thức https://chrome.google.com/webstore/detail/radiocast/ggjepffefcllepkipoolpiflpknlhcnh
Mô tả Listen to online radio stations on Chromecast devices.
Kích Thước Tệp 9.12 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 20
Cập Nhật Lần Cuối 2022-07-22
Ngày Phát Hành 2019-05-31
Nhà Phát Triển Postmodern Patterns
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://radiocast.xyz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RadioCast",
    "version": "20",
    "description": "Listen to online radio stations on Chromecast devices.",
    "icons": {
        "128": "radiocolor128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "radiocolor128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}