nox
nox - darkmode anywhere
Cos'è nox?
nox è un'estensione di Chrome sviluppata da https://jabroniverse.blogspot.com, e la sua funzione principale è "nox - darkmode anywhere".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nox
Scarica i file di estensione nox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
nox [alpha]
v0.0.2
dark mode any site at the tap of a button.
alpha build v0.0.2 Informazioni di Base sull'Estensione
| Nome | |
| ID | kofnnkjglfpbpjcnkapnnlikenejhfhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/nox/kofnnkjglfpbpjcnkapnnlikenejhfhh |
| Descrizione | nox - darkmode anywhere |
| Dimensione del File | 4.54 MB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2023-06-12 |
| Data di Pubblicazione | 2023-01-23 |
| Sviluppatore | https://jabroniverse.blogspot.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |