nox

nox - darkmode anywhere

Apa itu nox?

nox adalah ekstensi Chrome yang dikembangkan oleh https://jabroniverse.blogspot.com, dan fitur utamanya adalah "nox - darkmode anywhere".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi nox

Unduh file ekstensi nox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        nox [alpha]
v0.0.2

dark mode any site at the tap of a button.


alpha build v0.0.2                    

Informasi Dasar Ekstensi

Nama nox nox
ID kofnnkjglfpbpjcnkapnnlikenejhfhh
URL Resmi https://chromewebstore.google.com/detail/nox/kofnnkjglfpbpjcnkapnnlikenejhfhh
Deskripsi nox - darkmode anywhere
Ukuran File 4.54 MB
Jumlah Instalasi 26
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-06-12
Tanggal Publikasi 2023-01-23
Pengembang https://jabroniverse.blogspot.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}