NCS Extension
Autoload the Nightcore Community Script for Plug.dj! Works with all communities!
NCS Extension란 무엇입니까?
NCS Extension은(는) CSxKING에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoload the Nightcore Community Script for Plug.dj! Works with all communities!"입니다.
확장 프로그램 스크린샷
NCS Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
-- 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!
확장 프로그램 기본 정보
이름 | |
ID | flapdknmingpanaiahgfjgcpiimggbka |
공식 URL | https://chrome.google.com/webstore/detail/ncs-extension/flapdknmingpanaiahgfjgcpiimggbka |
설명 | Autoload the Nightcore Community Script for Plug.dj! Works with all communities! |
파일 크기 | 99.15 KB |
설치 횟수 | 235 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2017-04-27 |
출시 날짜 | 2017-04-27 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | CSxKING |
이메일 | [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": "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 *" } |