PixelBlock 2

PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.

ما هو PixelBlock 2؟

PixelBlock 2 هو إضافة Chrome تم تطويرها بواسطة Tab Manager Plus، والميزة الرئيسية لها هي "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة PixelBlock 2

قم بتنزيل ملفات الامتداد PixelBlock 2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        PixelBlock 2 is a Gmail extension that blocks people from tracking when you open or read their emails.

Note: PixelBlock 2 is a fork of the original PixelBlock extension, with small improvements to make it work with the new Gmail Inbox interface.                    

معلومات أساسية عن التمديد

الاسم PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
عنوان URL الرسمي https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
الوصف PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
حجم الملف 156 KB
عدد التثبيتات 9,000
النسخة الحالية 2018.06.27
آخر تحديث 2018-06-27
تاريخ النشر 2018-06-27
تقييم 3.40/5 مجموع تقييمات 5
المطور Tab Manager Plus
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelBlock 2",
    "short_name": "PixelBlock 2",
    "version": "2018.06.27",
    "permissions": [
        "*:\/\/*.googleusercontent.com\/proxy\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "description": "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open\/read their emails. A fork of the original.",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "styles\/*.css"
    ]
}