WhatsApp Web Theme
This will change Whatsapp design.
WhatsApp Web Themeคืออะไร?
WhatsApp Web Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishnu Pradeep และคุณลักษณะหลักของมันคือ "This will change Whatsapp design."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp Web Theme
ดาวน์โหลดไฟล์ส่วนขยาย WhatsApp Web Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | onkklabcnlcjpcniahgnjoaagobjeild |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild |
คำอธิบาย | This will change Whatsapp design. |
ขนาดไฟล์ | 83.35 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2020-09-11 |
วันที่เผยแพร่ | 2020-09-11 |
ผู้พัฒนา | Vishnu Pradeep |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } ] } |