PixelBlock 2

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

什么是PixelBlock 2?

PixelBlock 2是由Tab Manager Plus开发的Chrome扩展程序,该扩展的主要功能是“PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.”。

扩展截图

screenshot
screenshot

下载PixelBlock 2扩展crx文件

下载PixelBlock 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
官方URL https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
简介 PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
文件大小 156 KB
安装次数 9,000
当前版本 2018.06.27
更新时间 2018-06-27
上架时间 2018-06-27
评分 3.40/5 共5次评分
开发者 Tab Manager Plus
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
支持的语言 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"
    ]
}