electroradio.fm
electroradio.fm - all about electromusic
What is electroradio.fm?
electroradio.fm is a Chrome extension developed by https://electroradio.fm, and its main feature is "electroradio.fm - all about electromusic".
Extension Screenshots
Download electroradio.fm Extension CRX File
Download electroradio.fm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | electroradio.fm |
ID | nigojaebogmmoehalahjdldlbpcbjffa |
Official URL | https://chromewebstore.google.com/detail/electroradiofm/nigojaebogmmoehalahjdldlbpcbjffa |
Description | electroradio.fm - all about electromusic |
File Size | 19.99 KB |
Installation Count | 122 |
Current Version | 2.1 |
Last Updated | 2020-12-29 |
Publish Date | 2020-03-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://electroradio.fm |
[email protected] | |
Payment Type | free |
Extension Website | https://player.electroradio.fm/ |
Privacy Policy Page URL | https://electroradio.fm/privacy-policy |
Supported Languages | 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" ] } } |