WhatsApp Web Theme
This will change Whatsapp design.
What is WhatsApp Web Theme?
WhatsApp Web Theme is a Chrome extension developed by Vishnu Pradeep, and its main feature is "This will change Whatsapp design.".
Extension Screenshots
Download WhatsApp Web Theme Extension CRX File
Download WhatsApp Web Theme 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
Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.
Extension Basic Information
Name | |
ID | onkklabcnlcjpcniahgnjoaagobjeild |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild |
Description | This will change Whatsapp design. |
File Size | 83.35 KB |
Installation Count | 53 |
Current Version | 0.1.1 |
Last Updated | 2020-09-11 |
Publish Date | 2020-09-11 |
Developer | Vishnu Pradeep |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "name": "WhatsApp Web Theme", "version": "0.1.1", "description": "This will change Whatsapp design. ", "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-3.5.1.min.js", "main.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |