PixelBlock 2

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

Hvad er PixelBlock 2?

PixelBlock 2 er en Chrome-udvidelse udviklet af Tab Manager Plus, og dens hovedfunktion er "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download PixelBlock 2-udvidelses-CRX-fil

Download PixelBlock 2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
Officiel URL https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
Beskrivelse PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Filstørrelse 156 KB
Antal Installationer 9,000
Nuværende Version 2018.06.27
Senest Opdateret 2018-06-27
Udgivelsesdato 2018-06-27
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler Tab Manager Plus
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Understøttede Sprog 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"
    ]
}