NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
什么是NCE Loader?
NCE Loader是由https://nce.csxking.me开发的Chrome扩展程序,该扩展的主要功能是“Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!”。
下载NCE Loader扩展crx文件
下载NCE Loader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | NCE Loader |
ID | kcjchkpaiadaekobnkjjjbjehbjoboak |
官方URL | https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak |
简介 | Autoload the Nightcore Community Extension for Plug.dj! Requires RCS! |
文件大小 | 128 KB |
安装次数 | 17 |
当前版本 | 1.0.0 |
更新时间 | 2017-11-16 |
上架时间 | 2017-11-16 |
开发者 | https://nce.csxking.me |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://nce.csxking.me/en/privacy-policy |
支持的语言 | 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 *" } |