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 |
电子邮箱 | [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" ] } } |