nox

nox - darkmode anywhere

Wat is nox?

nox is een Chrome-extensie ontwikkeld door https://jabroniverse.blogspot.com, en de belangrijkste functie is "nox - darkmode anywhere".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie nox

Download nox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        nox [alpha]
v0.0.2

dark mode any site at the tap of a button.


alpha build v0.0.2                    

Basisinformatie over de Extensie

Naam nox nox
ID kofnnkjglfpbpjcnkapnnlikenejhfhh
Officiële URL https://chromewebstore.google.com/detail/nox/kofnnkjglfpbpjcnkapnnlikenejhfhh
Beschrijving nox - darkmode anywhere
Bestandsgrootte 4.54 MB
Aantal Installaties 26
Huidige Versie 0.0.2
Laatst Bijgewerkt 2023-06-12
Publicatiedatum 2023-01-23
Ontwikkelaar https://jabroniverse.blogspot.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}