NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Qu'est-ce que NCE Loader ?
NCE Loader est une extension Chrome développée par https://nce.csxking.me, et sa fonction principale est "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".
Télécharger le fichier CRX de l'extension NCE Loader
Téléchargez les fichiers d'extension NCE Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NCE Loader |
ID | kcjchkpaiadaekobnkjjjbjehbjoboak |
URL Officiel | https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak |
Description | Autoload the Nightcore Community Extension for Plug.dj! Requires RCS! |
Taille du Fichier | 128 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-11-16 |
Date de Publication | 2017-11-16 |
Développeur | https://nce.csxking.me |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://nce.csxking.me/en/privacy-policy |
Langues Prises en Charge | 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 *" } |