electroradio.fm
electroradio.fm - all about electromusic
Vad är electroradio.fm?
electroradio.fm är en Chrome-tillägg utvecklad av https://electroradio.fm, och dess huvudfunktion är "electroradio.fm - all about electromusic".
Tilläggsskärmbilder
Ladda ner electroradio.fm-förlängningens CRX-fil
Ladda ner electroradio.fm-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nigojaebogmmoehalahjdldlbpcbjffa |
| Officiell webbadress | https://chromewebstore.google.com/detail/electroradiofm/nigojaebogmmoehalahjdldlbpcbjffa |
| Beskrivning | electroradio.fm - all about electromusic |
| Filstorlek | 19.99 KB |
| Antal Installationer | 122 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2020-12-29 |
| Publiceringsdatum | 2020-03-23 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://electroradio.fm |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://player.electroradio.fm/ |
| URL till Sekretesspolicy Sidan | https://electroradio.fm/privacy-policy |
| Stödda Språk | 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"
]
}
} | |