Nicecream FM
Nicecream fm radio
什么是Nicecream FM?
Nicecream FM是由Dazicu开发的Chrome扩展程序,该扩展的主要功能是“Nicecream fm radio”。
扩展截图
下载Nicecream FM扩展crx文件
下载Nicecream FM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A player for the nicecream.fm online radio
Updated: 1.2:
- Fix some bugs
- Add the title of the song 扩展基本信息
| 名称 | |
| ID | dcgidlkhpoagoeegdaapabccfofgdope |
| 官方URL | https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope |
| 简介 | Nicecream fm radio |
| 文件大小 | 363 KB |
| 安装次数 | 110 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-06-29 |
| 上架时间 | 2017-06-29 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | Dazicu |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nicecream FM",
"description": "Nicecream fm radio",
"version": "1.2",
"permissions": [
"https:\/\/s2.voscast.com\/",
"http:\/\/s2.voscast.com:8964\/currentsong",
"http:\/\/s2.voscast.com:8966\/currentsong",
"http:\/\/s2.voscast.com:8968\/currentsong",
"http:\/\/beta.nicecream.fm\/",
"tabs"
],
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/s2.voscast.com; object-src 'self'",
"browser_action": {
"default_icon": "ico_scope.png",
"default_popup": "pop.html"
}
} | |