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"
}
} | |