Nicecream FM
Nicecream fm radio
Vad är Nicecream FM?
Nicecream FM är en Chrome-tillägg utvecklad av Dazicu, och dess huvudfunktion är "Nicecream fm radio".
Tilläggsskärmbilder
Ladda ner Nicecream FM-förlängningens CRX-fil
Ladda ner Nicecream FM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A player for the nicecream.fm online radio
Updated: 1.2:
- Fix some bugs
- Add the title of the song Grundläggande Information om Tillägg
| Namn | |
| ID | dcgidlkhpoagoeegdaapabccfofgdope |
| Officiell webbadress | https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope |
| Beskrivning | Nicecream fm radio |
| Filstorlek | 363 KB |
| Antal Installationer | 110 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2017-06-29 |
| Publiceringsdatum | 2017-06-29 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | Dazicu |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |