Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
Wat is Simply.fm?
Simply.fm is een Chrome-extensie ontwikkeld door https://simply.fm, en de belangrijkste functie is "Simple online radio player, many cool stations, listen and enjoy!".
Extensie Screenshots
Download het CRX-bestand van de extensie Simply.fm
Download Simply.fm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Radio player with thousands radio stations. Fast search. Handy interface. List of favorites stations. Aaccount and synchronization. Full feautured mobile version.
Basisinformatie over de Extensie
Naam | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
Officiële URL | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
Beschrijving | Simple online radio player, many cool stations, listen and enjoy! |
Bestandsgrootte | 19.14 KB |
Aantal Installaties | 322 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-07-22 |
Publicatiedatum | 2014-07-22 |
Beoordeling | 2.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://simply.fm |
Betalingswijze | free |
Extensiewebsite | http://simply.fm |
Ondersteunde Talen | 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" ] } } |