nox
nox - darkmode anywhere
什麼是nox?
nox是由https://jabroniverse.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“nox - darkmode anywhere”。
擴展截圖
下載nox擴展crx文件
下載nox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
nox [alpha] v0.0.2 dark mode any site at the tap of a button. alpha build v0.0.2
擴展基本資訊
名稱 | nox |
ID | kofnnkjglfpbpjcnkapnnlikenejhfhh |
官方網址 | https://chromewebstore.google.com/detail/nox/kofnnkjglfpbpjcnkapnnlikenejhfhh |
簡介 | nox - darkmode anywhere |
檔案大小 | 4.54 MB |
安裝次數 | 26 |
目前版本 | 0.0.2 |
更新時間 | 2023-06-12 |
上架時間 | 2023-01-23 |
開發者 | https://jabroniverse.blogspot.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |