electroradio.fm
electroradio.fm - all about electromusic
electroradio.fmとは何ですか?
electroradio.fmはhttps://electroradio.fmによって開発されたChromeの拡張機能で、その主な機能は「electroradio.fm - all about electromusic」です。
拡張機能のスクリーンショット
electroradio.fm拡張機能のCRXファイルをダウンロード
electroradio.fm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Our Web Player with Track Details. Tune In! Swiss based online House music radio station streaming in a variety of formats. Thanks to exclusive partnerships with successful electronic music labels we are able to play the newest and hottest tracks and mixes 24/7. Residents and other well known and international famous Djs have their own radio shows frequently. Electroradio.fm also broadcasts reguarly live from night clubs.
拡張機能の基本情報
名前 | electroradio.fm |
ID | nigojaebogmmoehalahjdldlbpcbjffa |
公式URL | https://chromewebstore.google.com/detail/electroradiofm/nigojaebogmmoehalahjdldlbpcbjffa |
説明 | electroradio.fm - all about electromusic |
ファイルサイズ | 19.99 KB |
インストール数 | 122 |
現在のバージョン | 2.1 |
最終更新日 | 2020-12-29 |
公開日 | 2020-03-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://electroradio.fm |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://player.electroradio.fm/ |
プライバシーポリシーページのURL | https://electroradio.fm/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "electroradio.fm", "short_name": "electroradio.fm", "description": "electroradio.fm - all about electromusic", "manifest_version": 2, "version": "2.1", "minimum_chrome_version": "23", "homepage_url": "https:\/\/electroradio.fm", "browser_action": { "default_title": "electroradio.fm", "default_icon": "img\/er_logo-64.png" }, "icons": { "16": "img\/er_logo-16.png", "32": "img\/er_logo-32.png", "64": "img\/er_logo-64.png", "128": "img\/er_logo-128.png" }, "background": { "persistent": false, "scripts": [ "app.js" ] } } |