Whatsapp Text Blur
Blur messages in chat preview
Whatsapp Text Blurคืออะไร?
Whatsapp Text Blur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emre AKKAYA และคุณลักษณะหลักของมันคือ "Blur messages in chat preview"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsapp Text Blur
ดาวน์โหลดไฟล์ส่วนขยาย Whatsapp Text Blur ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin blurs the whatsapp web preview. The active chat does not blurred. follow us: twitter.com/kuantum_bey
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jeiijbmhcngililkbhcldhkgmeehmjdk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsapp-text-blur/jeiijbmhcngililkbhcldhkgmeehmjdk |
คำอธิบาย | Blur messages in chat preview |
ขนาดไฟล์ | 27.01 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.3.3 |
อัปเดตครั้งล่าสุด | 2021-11-18 |
วันที่เผยแพร่ | 2020-06-24 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Emre AKKAYA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.bilgeyik.com/sayfa-kullanici-ve-gizlilik-sozlesmesi-7 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsapp Text Blur", "short_name": "Whatsapp Text Blur", "version": "1.3.3", "description": "Blur messages in chat preview", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "content_scripts": [ { "css": [ "wtb.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |