NCS Extension
Autoload the Nightcore Community Script for Plug.dj! Works with all communities!
NCS Extension là gì?
NCS Extension là một tiện ích mở rộng Chrome được phát triển bởi CSxKING, và tính năng chính của nó là "Autoload the Nightcore Community Script for Plug.dj! Works with all communities!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NCS Extension
Tải xuống các tệp mở rộng NCS Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
-- New in Version 1.2.0 -- * Updated the extension to work with the discontinued NCS, now available on Github. * Updated script launching to work with the new closed source system. NCS stands for Nightcore Community Script! The Nightcore Community Script started off when Plug.dj shut down originally. However, now that the site is back, me and some friends ported NCS over to plug from Musiqpad. The musiqpad build originally was a port from the Alpha room from nightcore-331. NCS now focuses on quality, and as open source developers, this extension is free. If you would like to support us, there is a donate button in the NCS menu. This extension automatically loads NCS when you load into plug. So far, we have AutoWoot, Autojoin, ETA, and are working on Accidental Navigation Prevention, custom backgrounds and css, and so much more! We hope you'll stick around for NCS to become something we're more proud of then we already are!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | flapdknmingpanaiahgfjgcpiimggbka |
URL Chính Thức | https://chrome.google.com/webstore/detail/ncs-extension/flapdknmingpanaiahgfjgcpiimggbka |
Mô tả | Autoload the Nightcore Community Script for Plug.dj! Works with all communities! |
Kích Thước Tệp | 99.15 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2017-04-27 |
Ngày Phát Hành | 2017-04-27 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | CSxKING |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://nce.csxking.me/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NCS Extension", "short_name": "NCSE", "description": "Autoload the Nightcore Community Script for Plug.dj! Works with all communities!", "version": "1.2.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\/ncsload.js", "js\/jquery.min.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'; img-src *" } |