NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Apa itu NCE Loader?
NCE Loader adalah ekstensi Chrome yang dikembangkan oleh https://nce.csxking.me, dan fitur utamanya adalah "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".
Unduh Berkas CRX Ekstensi NCE Loader
Unduh file ekstensi NCE Loader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NCE Loader |
ID | kcjchkpaiadaekobnkjjjbjehbjoboak |
URL Resmi | https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak |
Deskripsi | Autoload the Nightcore Community Extension for Plug.dj! Requires RCS! |
Ukuran File | 128 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-11-16 |
Tanggal Publikasi | 2017-11-16 |
Pengembang | https://nce.csxking.me |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://nce.csxking.me/en/privacy-policy |
Bahasa yang Didukung | 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 *" } |