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 拡張機能の基本情報
| 名前 | |
| ID | kofnnkjglfpbpjcnkapnnlikenejhfhh |
| 公式URL | 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 |
| Eメール | [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"
}
} | |