Ugly Email

Get Back Your Email Privacy, Block Email Tracking.

Ugly Email क्या है?

Ugly Email https://uglyemail.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Back Your Email Privacy, Block Email Tracking."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ugly Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}