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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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 *"
}