Nicecream FM
Nicecream fm radio
What is Nicecream FM?
Nicecream FM is a Chrome extension developed by Dazicu, and its main feature is "Nicecream fm radio".
Extension Screenshots
Download Nicecream FM Extension CRX File
Download Nicecream 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
A player for the nicecream.fm online radio Updated: 1.2: - Fix some bugs - Add the title of the song
Extension Basic Information
Name | Nicecream FM |
ID | dcgidlkhpoagoeegdaapabccfofgdope |
Official URL | https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope |
Description | Nicecream fm radio |
File Size | 363 KB |
Installation Count | 110 |
Current Version | 1.2 |
Last Updated | 2017-06-29 |
Publish Date | 2017-06-29 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Dazicu |
Payment Type | free |
Supported Languages | 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" } } |