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