Ugly Email

Get Back Your Email Privacy, Block Email Tracking.

ما هو Ugly Email؟

Ugly Email هو إضافة Chrome تم تطويرها بواسطة https://uglyemail.com، والميزة الرئيسية لها هي "Get Back Your Email Privacy, Block Email Tracking.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ugly Email

قم بتنزيل ملفات الامتداد Ugly Email بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://uglyemail.com
عنوان صفحة سياسة الخصوصية 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"
    }
}