NCE Loader

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

什麼是NCE Loader?

NCE Loader是由https://nce.csxking.me開發的Chrome擴展程式,該擴展的主要功能是“Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!”。

下載NCE Loader擴展crx文件

下載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
官方網址 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 *"
}