PixelBlock 2

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

What is PixelBlock 2?

PixelBlock 2 is a Chrome extension developed by Tab Manager Plus, and its main feature is "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".

Extension Screenshots

screenshot
screenshot

Download PixelBlock 2 Extension CRX File

Download PixelBlock 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
Official URL https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
Description PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
File Size 156 KB
Installation Count 9,000
Current Version 2018.06.27
Last Updated 2018-06-27
Publish Date 2018-06-27
Rating 3.40/5 Total 5 Ratings
Developer Tab Manager Plus
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Supported Languages 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"
    ]
}