Ugly Email
Get Back Your Email Privacy, Block Email Tracking.
Ugly Emailคืออะไร?
Ugly Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uglyemail.com และคุณลักษณะหลักของมันคือ "Get Back Your Email Privacy, Block Email Tracking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ugly Email
ดาวน์โหลดไฟล์ส่วนขยาย Ugly Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The #1 downloaded Gmail extension for blocking read receipts and other email tracking pixels. Ugly Email is an open-source Gmail extension for identifying and blocking email trackers. Ugly Email scans through your inbox and looks for emails containing tracking pixels. Tracked emails are labeled with an eyeball icon, and the tracking pixel is blocked. All of the Ugly Email data is stored on your browser's IndexDB storage locally. We do not track, transfer, or store any of your information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ugly Email |
ID | ldgiafaliifpknmgofiifianlnbgflgj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ugly-email/ldgiafaliifpknmgofiifianlnbgflgj |
คำอธิบาย | Get Back Your Email Privacy, Block Email Tracking. |
ขนาดไฟล์ | 219 KB |
จำนวนการติดตั้ง | 92,881 |
เวอร์ชันปัจจุบัน | 4.1.1 |
อัปเดตครั้งล่าสุด | 2022-06-07 |
วันที่เผยแพร่ | 2018-07-07 |
คะแนน | 3.68/5 รวมทั้งหมด 339 คะแนน |
ผู้พัฒนา | https://uglyemail.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uglyemail.com |
URL หน้าช่วยเหลือ | https://uglyemail.com |
URL หน้านโยบายความเป็นส่วนตัว | https://uglyemail.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ugly Email", "short_name": "Ugly Email", "version": "4.1.1", "description": "Get Back Your Email Privacy, Block Email Tracking.", "author": "OneClick Lab", "homepage_url": "http:\/\/uglyemail.com", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "loader.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "uglyemail.js" ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/mail.google.com\/*", "*:\/\/*.googleusercontent.com\/proxy\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon.png" } } |