PixelBlock 2

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

Cos'è PixelBlock 2?

PixelBlock 2 è un'estensione di Chrome sviluppata da Tab Manager Plus, e la sua funzione principale è "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PixelBlock 2

Scarica i file di estensione PixelBlock 2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
URL Ufficiale https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
Descrizione PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Dimensione del File 156 KB
Conteggio Installazioni 9,000
Versione Corrente 2018.06.27
Ultimo Aggiornamento 2018-06-27
Data di Pubblicazione 2018-06-27
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Tab Manager Plus
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Lingue Supportate 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"
    ]
}