NCE Loader
Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
NCE Loaderคืออะไร?
NCE Loader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nce.csxking.me และคุณลักษณะหลักของมันคือ "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NCE Loader
ดาวน์โหลดไฟล์ส่วนขยาย 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 *" } |