RadioCast
Listen to online radio stations on Chromecast devices.
RadioCastとは何ですか?
RadioCastはPostmodern Patternsによって開発されたChromeの拡張機能で、その主な機能は「Listen to online radio stations on Chromecast devices.」です。
拡張機能のスクリーンショット
RadioCast拡張機能のCRXファイルをダウンロード
RadioCast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stations can be added or removed in the settings window.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |