Dark Mode WebWhatsapp by Alain
Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
Dark Mode WebWhatsapp by Alainคืออะไร?
Dark Mode WebWhatsapp by Alain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alainpaulinn และคุณลักษณะหลักของมันคือ "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode WebWhatsapp by Alain
ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode WebWhatsapp by Alain ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a very simple extension, without any background processes yet very useful for people who need Web Whatsapp (on computer or tablet) especially at night. This does not need any configuration, by the time you install it, and Boomm It works! Disable The Extension when you do not need dark mode, and re-enable it when you need it. Never again get Eye pain because of having blasted too much Whatsapp Web bright light into your eyes at night.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | kffnmkhdjniiefbclcbgcdonjnkdplcl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl |
คำอธิบาย | Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it |
ขนาดไฟล์ | 1.16 MB |
จำนวนการติดตั้ง | 122 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-08-18 |
วันที่เผยแพร่ | 2020-07-26 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | alainpaulinn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Mode WebWhatsapp by Alain", "version": "1.0.0", "description": "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "browser_action": { "default_icon": "AlainDARKWebWatsapp.png" } } |