Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
What is Simply.fm?
Simply.fm is a Chrome extension developed by https://simply.fm, and its main feature is "Simple online radio player, many cool stations, listen and enjoy!".
Extension Screenshots
Download Simply.fm Extension CRX File
Download Simply.fm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Radio player with thousands radio stations. Fast search. Handy interface. List of favorites stations. Aaccount and synchronization. Full feautured mobile version.
Extension Basic Information
Name | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
Official URL | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
Description | Simple online radio player, many cool stations, listen and enjoy! |
File Size | 19.14 KB |
Installation Count | 322 |
Current Version | 1.4 |
Last Updated | 2014-07-22 |
Publish Date | 2014-07-22 |
Rating | 2.20/5 Total 5 Ratings |
Developer | https://simply.fm |
Payment Type | free |
Extension Website | http://simply.fm |
Supported Languages | 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" ] } } |