nox

nox - darkmode anywhere

nox là gì?

nox là một tiện ích mở rộng Chrome được phát triển bởi https://jabroniverse.blogspot.com, và tính năng chính của nó là "nox - darkmode anywhere".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

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

                        nox [alpha]
v0.0.2

dark mode any site at the tap of a button.


alpha build v0.0.2                    

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

Tên nox nox
ID kofnnkjglfpbpjcnkapnnlikenejhfhh
URL Chính Thức https://chromewebstore.google.com/detail/nox/kofnnkjglfpbpjcnkapnnlikenejhfhh
Mô tả nox - darkmode anywhere
Kích Thước Tệp 4.54 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-06-12
Ngày Phát Hành 2023-01-23
Nhà Phát Triển https://jabroniverse.blogspot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nox",
    "action": {
        "default_popup": ".\/index.html",
        "default_title": "nox [alpha]"
    },
    "manifest_version": 3,
    "version": "0.0.2",
    "description": "nox - darkmode anywhere",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ".\/assets\/*",
                ".\/extras\/*",
                ".\/static\/*",
                "*.png",
                "favicon.ico"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/extras\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "192": ".\/logo192.png"
    },
    "background": {
        "service_worker": ".\/extras\/js\/background.js",
        "type": "module"
    }
}