NCE Loader

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

Cos'è NCE Loader?

NCE Loader è un'estensione di Chrome sviluppata da https://nce.csxking.me, e la sua funzione principale è "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".

Scarica il file CRX dell'estensione NCE Loader

Scarica i file di estensione NCE Loader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NCE Loader NCE Loader
ID kcjchkpaiadaekobnkjjjbjehbjoboak
URL Ufficiale https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak
Descrizione Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Dimensione del File 128 KB
Conteggio Installazioni 17
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-11-16
Data di Pubblicazione 2017-11-16
Sviluppatore https://nce.csxking.me
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://nce.csxking.me/en/privacy-policy
Lingue Supportate 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 *"
}