Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
Hvad er Simply.fm?
Simply.fm er en Chrome-udvidelse udviklet af https://simply.fm, og dens hovedfunktion er "Simple online radio player, many cool stations, listen and enjoy!".
Udvidelsesskærmbilleder
Download Simply.fm-udvidelses-CRX-fil
Download Simply.fm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Radio player with thousands radio stations. Fast search. Handy interface. List of favorites stations. Aaccount and synchronization. Full feautured mobile version.
Grundlæggende oplysninger om udvidelsen
Navn | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
Officiel URL | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
Beskrivelse | Simple online radio player, many cool stations, listen and enjoy! |
Filstørrelse | 19.14 KB |
Antal Installationer | 322 |
Nuværende Version | 1.4 |
Senest Opdateret | 2014-07-22 |
Udgivelsesdato | 2014-07-22 |
Bedømmelse | 2.20/5 Samlet 5 Bedømmelser |
Udvikler | https://simply.fm |
Betalingsmetode | free |
Udvidelseswebsted | http://simply.fm |
Understøttede Sprog | 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" ] } } |