PixelBlock

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

Wat is PixelBlock?

PixelBlock is een Chrome-extensie ontwikkeld door omar.w.qureshi, en de belangrijkste functie is "PixelBlock is a Gmail extension that blocks people from tracking when you open their emails.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PixelBlock

Download PixelBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        PixelBlock is an Gmail extension that blocks email tracking attempts used to detect when you open and read emails. PixelBlock displays a 'red eye' when it finds and blocks a tracking attempt inside of an email.                    

Basisinformatie over de Extensie

Naam PixelBlock PixelBlock
ID jmpmfcjnflbcoidlgapblgpgbilinlem
Officiële URL https://chromewebstore.google.com/detail/pixelblock/jmpmfcjnflbcoidlgapblgpgbilinlem
Beschrijving PixelBlock is a Gmail extension that blocks people from tracking when you open their emails.
Bestandsgrootte 177 KB
Aantal Installaties 100,004
Huidige Versie 2023.12.13
Laatst Bijgewerkt 2023-12-12
Publicatiedatum 2019-04-09
Beoordeling 3.66/5 Totaal 206 Beoordelingen
Ontwikkelaar omar.w.qureshi
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://pixelblock.neocities.org
URL van de Privacybeleid Pagina https://pixelblock.neocities.org
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelBlock",
    "version": "2023.12.13",
    "permissions": [
        "*:\/\/*.googleusercontent.com\/proxy\/*",
        "*:\/\/*.googleusercontent.com\/meips\/*",
        "*:\/\/mail.google.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "description": "PixelBlock is a Gmail extension that blocks people from tracking when you open their emails.",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "styles\/*.css"
    ]
}