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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |