NCE Loader

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

NCE Loader क्या है?

NCE Loader https://nce.csxking.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NCE Loader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 *"
}