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
公式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
Eメール [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 *"
}