Nicecream FM

Nicecream fm radio

Apa itu Nicecream FM?

Nicecream FM adalah ekstensi Chrome yang dikembangkan oleh Dazicu, dan fitur utamanya adalah "Nicecream fm radio".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nicecream FM

Unduh file ekstensi Nicecream FM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A player for the nicecream.fm online radio

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

Informasi Dasar Ekstensi

Nama Nicecream FM Nicecream FM
ID dcgidlkhpoagoeegdaapabccfofgdope
URL Resmi https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope
Deskripsi Nicecream fm radio
Ukuran File 363 KB
Jumlah Instalasi 110
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-06-29
Tanggal Publikasi 2017-06-29
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Dazicu
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}