NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Vad är NCE Loader?
NCE Loader är en Chrome-tillägg utvecklad av https://nce.csxking.me, och dess huvudfunktion är "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".
Ladda ner NCE Loader-förlängningens CRX-fil
Ladda ner NCE Loader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kcjchkpaiadaekobnkjjjbjehbjoboak |
| Officiell webbadress | https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak |
| Beskrivning | Autoload the Nightcore Community Extension for Plug.dj! Requires RCS! |
| Filstorlek | 128 KB |
| Antal Installationer | 17 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-11-16 |
| Publiceringsdatum | 2017-11-16 |
| Utvecklare | https://nce.csxking.me |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://nce.csxking.me/en/privacy-policy |
| Stödda Språk | 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 *"
} | |