NCE Loader

Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!

ما هو NCE Loader؟

NCE Loader هو إضافة Chrome تم تطويرها بواسطة https://nce.csxking.me، والميزة الرئيسية لها هي "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".

تحميل ملف CRX للإضافة NCE Loader

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

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

                        This loads the Nightcore Community Extension upon loading into plug. This will not load the extension unless RCS is running first. This means you *must* have RCS's Chrome Extension or Tampermonkey extension, or be able to load RCS within 3 seconds.

**NOTE: The icon for this extension is temporary. It will be changed later on.                    

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

الاسم NCE Loader NCE Loader
ID kcjchkpaiadaekobnkjjjbjehbjoboak
عنوان URL الرسمي https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak
الوصف Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
حجم الملف 128 KB
عدد التثبيتات 17
النسخة الحالية 1.0.0
آخر تحديث 2017-11-16
تاريخ النشر 2017-11-16
المطور https://nce.csxking.me
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://nce.csxking.me/en/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NCE Loader",
    "short_name": "NCEE",
    "description": "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!",
    "version": "1.0.0",
    "permissions": [
        "*:\/\/*.plug.dj\/*",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "96": "96.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*",
                "*:\/\/*.plug.dj\/*"
            ],
            "js": [
                "js\/nceload.js",
                "js\/jquery.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src *"
}