Dark Theme for Zalo
Dark theme for Zalo Web
What is Dark Theme for Zalo?
Dark Theme for Zalo is a Chrome extension developed by https://nmhillusion.netlify.com, and its main feature is "Dark theme for Zalo Web".
Extension Screenshots
Download Dark Theme for Zalo Extension CRX File
Download Dark Theme for Zalo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Customize dark theme for zalo web
Extension Basic Information
Name | Dark Theme for Zalo |
ID | chfhdkfkmcodogfefjlpfmehmekeajaf |
Official URL | https://chromewebstore.google.com/detail/dark-theme-for-zalo/chfhdkfkmcodogfefjlpfmehmekeajaf |
Description | Dark theme for Zalo Web |
File Size | 39.72 KB |
Installation Count | 264 |
Current Version | 1.0.42 |
Last Updated | 2023-07-02 |
Publish Date | 2021-06-21 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://nmhillusion.netlify.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Theme for Zalo", "version": "1.0.42", "description": "Dark theme for Zalo Web", "manifest_version": 3, "background": { "service_worker": "background.out.js" }, "permissions": [ "storage", "declarativeContent" ], "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.zalo.me\/*" ], "js": [ "content.out.js" ] } ], "options_ui": { "page": "option\/options.html", "open_in_tab": false }, "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon.png" } } } |