NCE Loader

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

Hvad er NCE Loader?

NCE Loader er en Chrome-udvidelse udviklet af https://nce.csxking.me, og dens hovedfunktion er "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".

Download NCE Loader-udvidelses-CRX-fil

Download NCE Loader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NCE Loader NCE Loader
ID kcjchkpaiadaekobnkjjjbjehbjoboak
Officiel URL https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak
Beskrivelse Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Filstørrelse 128 KB
Antal Installationer 17
Nuværende Version 1.0.0
Senest Opdateret 2017-11-16
Udgivelsesdato 2017-11-16
Udvikler https://nce.csxking.me
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://nce.csxking.me/en/privacy-policy
Understøttede Sprog 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 *"
}