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 |
| 官方網址 | 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"
}
} | |