Nicecream FM

Nicecream fm radio

ما هو Nicecream FM؟

Nicecream FM هو إضافة Chrome تم تطويرها بواسطة Dazicu، والميزة الرئيسية لها هي "Nicecream fm radio".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nicecream FM

قم بتنزيل ملفات الامتداد Nicecream FM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A player for the nicecream.fm online radio

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

معلومات أساسية عن التمديد

الاسم Nicecream FM Nicecream FM
ID dcgidlkhpoagoeegdaapabccfofgdope
عنوان URL الرسمي https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope
الوصف Nicecream fm radio
حجم الملف 363 KB
عدد التثبيتات 110
النسخة الحالية 1.2
آخر تحديث 2017-06-29
تاريخ النشر 2017-06-29
تقييم 5.00/5 مجموع تقييمات 8
المطور Dazicu
نوع الدفع free
اللغات المدعومة 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"
    }
}