NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Wat is NCE Loader?
NCE Loader is een Chrome-extensie ontwikkeld door https://nce.csxking.me, en de belangrijkste functie is "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".
Download het CRX-bestand van de extensie NCE Loader
Download NCE Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NCE Loader |
ID | kcjchkpaiadaekobnkjjjbjehbjoboak |
Officiële URL | https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak |
Beschrijving | Autoload the Nightcore Community Extension for Plug.dj! Requires RCS! |
Bestandsgrootte | 128 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-11-16 |
Publicatiedatum | 2017-11-16 |
Ontwikkelaar | https://nce.csxking.me |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://nce.csxking.me/en/privacy-policy |
Ondersteunde Talen | 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 *" } |