Ugly Email
Get Back Your Email Privacy, Block Email Tracking.
Ugly Email là gì?
Ugly Email là một tiện ích mở rộng Chrome được phát triển bởi https://uglyemail.com, và tính năng chính của nó là "Get Back Your Email Privacy, Block Email Tracking.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ugly Email
Tải xuống các tệp mở rộng Ugly Email dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ugly Email |
ID | ldgiafaliifpknmgofiifianlnbgflgj |
URL Chính Thức | https://chromewebstore.google.com/detail/ugly-email/ldgiafaliifpknmgofiifianlnbgflgj |
Mô tả | Get Back Your Email Privacy, Block Email Tracking. |
Kích Thước Tệp | 219 KB |
Số Lần Cài Đặt | 92,881 |
Phiên Bản Hiện Tại | 4.1.1 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2018-07-07 |
Đánh Giá | 3.68/5 Tổng số 339 Đánh Giá |
Nhà Phát Triển | https://uglyemail.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uglyemail.com |
URL Trang Trợ Giúp | https://uglyemail.com |
URL Trang Chính Sách Bảo Mật | https://uglyemail.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |