Ugly Email
Get Back Your Email Privacy, Block Email Tracking.
什么是Ugly Email?
Ugly Email是由https://uglyemail.com开发的Chrome扩展程序,该扩展的主要功能是“Get Back Your Email Privacy, Block Email Tracking.”。
扩展截图
下载Ugly Email扩展crx文件
下载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" } } |