NCE Loader

Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!

NCE Loader là gì?

NCE Loader là một tiện ích mở rộng Chrome được phát triển bởi https://nce.csxking.me, và tính năng chính của nó là "Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!".

Tải xuống tệp CRX của tiện ích mở rộng NCE Loader

Tải xuống các tệp mở rộng NCE Loader 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NCE Loader NCE Loader
ID kcjchkpaiadaekobnkjjjbjehbjoboak
URL Chính Thức https://chromewebstore.google.com/detail/nce-loader/kcjchkpaiadaekobnkjjjbjehbjoboak
Mô tả Autoload the Nightcore Community Extension for Plug.dj! Requires RCS!
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-11-16
Ngày Phát Hành 2017-11-16
Nhà Phát Triển https://nce.csxking.me
Email [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": "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 *"
}