DarkMode for Zalo
Let's enjoy zalo with dark colors
DarkMode for Zaloとは何ですか?
DarkMode for Zaloはhttps://quangsangblog.comによって開発されたChromeの拡張機能で、その主な機能は「Let's enjoy zalo with dark colors」です。
拡張機能のスクリーンショット
DarkMode for Zalo拡張機能のCRXファイルをダウンロード
DarkMode for Zalo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changing the website interface to darkmode helps protect users' eyes when using at night 拡張機能の基本情報
| 名前 | |
| ID | ennaacidagoocimfehigmfllkekkaobf |
| 公式URL | https://chromewebstore.google.com/detail/darkmode-for-zalo/ennaacidagoocimfehigmfllkekkaobf |
| 説明 | Let's enjoy zalo with dark colors |
| ファイルサイズ | 13.18 KB |
| インストール数 | 31 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2022-03-29 |
| 公開日 | 2022-03-28 |
| 開発者 | https://quangsangblog.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DarkMode for Zalo",
"description": "Let's enjoy zalo with dark colors",
"icons": {
"16": "\/imgs\/icon16.png",
"48": "\/imgs\/icon48.png",
"128": "\/imgs\/icon128.png"
},
"version": "0.0.1",
"author": "Quang S\u00e1ng",
"manifest_version": 3,
"action": {
"default_title": "DarkMode for Zalo",
"default_icon": "\/imgs\/icon128.png"
},
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/chat.zalo.me\/*"
],
"background": {
"service_worker": "js\/background.js"
}
} | |