NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
What is NCE Loader?
NCE Loader is a Chrome extension developed by https://nce.csxking.me, and its main feature is "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".
Download NCE Loader Extension CRX File
Download NCE Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NCE Loader |
ID | kcjchkpaiadaekobnkjjjbjehbjoboak |
Official URL | https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak |
Description | Autoload the Nightcore Community Extension for Plug.dj! Requires RCS! |
File Size | 128 KB |
Installation Count | 17 |
Current Version | 1.0.0 |
Last Updated | 2017-11-16 |
Publish Date | 2017-11-16 |
Developer | https://nce.csxking.me |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://nce.csxking.me/en/privacy-policy |
Supported Languages | 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 *" } |