RadioCast

Listen to online radio stations on Chromecast devices.

什么是RadioCast?

RadioCast是由Postmodern Patterns开发的Chrome扩展程序,该扩展的主要功能是“Listen to online radio stations on Chromecast devices.”。

扩展截图

screenshot

下载RadioCast扩展crx文件

下载RadioCast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Stations can be added or removed in the settings window.                    

扩展基本信息

名称 RadioCast RadioCast
ID ggjepffefcllepkipoolpiflpknlhcnh
官方URL https://chrome.google.com/webstore/detail/radiocast/ggjepffefcllepkipoolpiflpknlhcnh
简介 Listen to online radio stations on Chromecast devices.
文件大小 9.12 KB
安装次数 94
当前版本 20
更新时间 2022-07-22
上架时间 2019-05-31
开发者 Postmodern Patterns
电子邮箱 [email protected]
付费类型 free
扩展官网 https://radiocast.xyz
支持的语言 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"
    ]
}