electroradio.fm
electroradio.fm - all about electromusic
Cos'è electroradio.fm?
electroradio.fm è un'estensione di Chrome sviluppata da https://electroradio.fm, e la sua funzione principale è "electroradio.fm - all about electromusic".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione electroradio.fm
Scarica i file di estensione electroradio.fm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | electroradio.fm |
ID | nigojaebogmmoehalahjdldlbpcbjffa |
URL Ufficiale | https://chromewebstore.google.com/detail/electroradiofm/nigojaebogmmoehalahjdldlbpcbjffa |
Descrizione | electroradio.fm - all about electromusic |
Dimensione del File | 19.99 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2020-12-29 |
Data di Pubblicazione | 2020-03-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://electroradio.fm |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://player.electroradio.fm/ |
URL della Pagina della Politica sulla Privacy | https://electroradio.fm/privacy-policy |
Lingue Supportate | 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" ] } } |