Nicecream FM

Nicecream fm radio

Cos'è Nicecream FM?

Nicecream FM è un'estensione di Chrome sviluppata da Dazicu, e la sua funzione principale è "Nicecream fm radio".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nicecream FM

Scarica i file di estensione Nicecream FM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A player for the nicecream.fm online radio

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

Informazioni di Base sull'Estensione

Nome Nicecream FM Nicecream FM
ID dcgidlkhpoagoeegdaapabccfofgdope
URL Ufficiale https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope
Descrizione Nicecream fm radio
Dimensione del File 363 KB
Conteggio Installazioni 110
Versione Corrente 1.2
Ultimo Aggiornamento 2017-06-29
Data di Pubblicazione 2017-06-29
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Dazicu
Tipo di Pagamento free
Lingue Supportate 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"
    }
}