PixelBlock 2

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

O que é PixelBlock 2?

PixelBlock 2 é uma extensão do Chrome desenvolvida por Tab Manager Plus, e sua principal característica é "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PixelBlock 2

Baixe arquivos de extensão PixelBlock 2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
URL Oficial https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
Descrição PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Tamanho do Arquivo 156 KB
Contagem de Instalações 9,000
Versão Atual 2018.06.27
Última Atualização 2018-06-27
Data de Publicação 2018-06-27
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor Tab Manager Plus
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Idiomas Suportados 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"
    ]
}