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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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 *"
}