EasyHitsFM
Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
Cos'è EasyHitsFM?
EasyHitsFM è un'estensione di Chrome sviluppata da http://easyhitsfm.com, e la sua funzione principale è "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyHitsFM
Scarica i file di estensione EasyHitsFM 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
Listen to Easy Listening music on EasyHitsFM. Discover new music you'll love, listen to free personalized Top Stations radio. ... Today's Country. 62M Listeners. Today's R&B and Hip Hop Hits. 46M Listeners. 60s, 70s, and 80s Hits. 21M Listeners. Today's Hip Hop and Pop Hits. 66M Listeners. Classic Rock. 30M Listeners. 90s ...
Informazioni di Base sull'Estensione
Nome | |
ID | dkgcbddgklfkeklenhjelmlgdbjfnijo |
URL Ufficiale | https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo |
Descrizione | Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits! |
Dimensione del File | 5.99 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2018-04-11 |
Data di Pubblicazione | 2018-04-11 |
Sviluppatore | http://easyhitsfm.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://rockmixfm.com/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyHitsFM", "version": "2.1", "manifest_version": 2, "description": "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!", "homepage_url": "http:\/\/EasyHitsFM.com", "browser_action": { "default_icon": "icon.png", "default_title": "EasyHitsFM - Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |