WhatsApp Web Theme
This will change Whatsapp design.
Wat is WhatsApp Web Theme?
WhatsApp Web Theme is een Chrome-extensie ontwikkeld door Vishnu Pradeep, en de belangrijkste functie is "This will change Whatsapp design.".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp Web Theme
Download WhatsApp Web Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.
Basisinformatie over de Extensie
Naam | |
ID | onkklabcnlcjpcniahgnjoaagobjeild |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild |
Beschrijving | This will change Whatsapp design. |
Bestandsgrootte | 83.35 KB |
Aantal Installaties | 53 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-09-11 |
Publicatiedatum | 2020-09-11 |
Ontwikkelaar | Vishnu Pradeep |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |