Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
什么是Simply.fm?
Simply.fm是由https://simply.fm开发的Chrome扩展程序,该扩展的主要功能是“Simple online radio player, many cool stations, listen and enjoy!”。
扩展截图
下载Simply.fm扩展crx文件
下载Simply.fm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Radio player with thousands radio stations. Fast search. Handy interface. List of favorites stations. Aaccount and synchronization. Full feautured mobile version.
扩展基本信息
名称 | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
官方URL | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
简介 | Simple online radio player, many cool stations, listen and enjoy! |
文件大小 | 19.14 KB |
安装次数 | 322 |
当前版本 | 1.4 |
更新时间 | 2014-07-22 |
上架时间 | 2014-07-22 |
评分 | 2.20/5 共5次评分 |
开发者 | https://simply.fm |
付费类型 | free |
扩展官网 | http://simply.fm |
支持的语言 | 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" ] } } |