Chrome Radio Player
Listen online radio stations
Chrome Radio Playerとは何ですか?
Chrome Radio Playerはhttps://www.armblog.netによって開発されたChromeの拡張機能で、その主な機能は「Listen online radio stations」です。
拡張機能のスクリーンショット
Chrome Radio Player拡張機能のCRXファイルをダウンロード
Chrome Radio Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Listen Armenian and Russian favorite radio stations online.
拡張機能の基本情報
名前 | Chrome Radio Player |
ID | lkikidpclhfnegmhcgklioclbijpleoj |
公式URL | https://chromewebstore.google.com/detail/chrome-radio-player/lkikidpclhfnegmhcgklioclbijpleoj |
説明 | Listen online radio stations |
ファイルサイズ | 1.86 MB |
インストール数 | 8,058 |
現在のバージョン | 5.6 |
最終更新日 | 2020-07-03 |
公開日 | 2020-07-03 |
評価 | 4.35/5 合計 116 レビュー |
開発者 | https://www.armblog.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://armblog.net |
ヘルプページのURL | https://armblog.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Radio Player", "background": { "page": "background.html" }, "description": "Listen online radio stations", "version": "5.6", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |