Nicecream FM

Nicecream fm radio

Wat is Nicecream FM?

Nicecream FM is een Chrome-extensie ontwikkeld door Dazicu, en de belangrijkste functie is "Nicecream fm radio".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nicecream FM

Download Nicecream FM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A player for the nicecream.fm online radio

Updated: 1.2:
 - Fix some bugs
 - Add the title of the song                    

Basisinformatie over de Extensie

Naam Nicecream FM Nicecream FM
ID dcgidlkhpoagoeegdaapabccfofgdope
Officiële URL https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope
Beschrijving Nicecream fm radio
Bestandsgrootte 363 KB
Aantal Installaties 110
Huidige Versie 1.2
Laatst Bijgewerkt 2017-06-29
Publicatiedatum 2017-06-29
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Dazicu
Betalingswijze free
Ondersteunde Talen 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"
    }
}