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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}