Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
Cos'è Simply.fm?
Simply.fm è un'estensione di Chrome sviluppata da https://simply.fm, e la sua funzione principale è "Simple online radio player, many cool stations, listen and enjoy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simply.fm
Scarica i file di estensione Simply.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
Radio player with thousands radio stations. Fast search. Handy interface. List of favorites stations. Aaccount and synchronization. Full feautured mobile version.
Informazioni di Base sull'Estensione
Nome | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
URL Ufficiale | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
Descrizione | Simple online radio player, many cool stations, listen and enjoy! |
Dimensione del File | 19.14 KB |
Conteggio Installazioni | 322 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2014-07-22 |
Data di Pubblicazione | 2014-07-22 |
Valutazione | 2.20/5 Totale 5 Valutazioni |
Sviluppatore | https://simply.fm |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://simply.fm |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4", "name": "Simply.fm", "short_name": "Simply.fm", "description": "Simple online radio player, many cool stations, listen and enjoy!", "icons": { "16": "res\/icons\/16.png", "48": "res\/icons\/48.png", "128": "res\/icons\/128.png" }, "author": "Ruslan Murashko", "homepage_url": "http:\/\/simply.fm", "permissions": [ "http:\/\/simply.fm\/" ], "browser_action": { "default_icon": "res\/icons\/16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "res\/script\/background.js" ] } } |