PixelBlock 2

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

Apa itu PixelBlock 2?

PixelBlock 2 adalah ekstensi Chrome yang dikembangkan oleh Tab Manager Plus, dan fitur utamanya adalah "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PixelBlock 2

Unduh file ekstensi PixelBlock 2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
URL Resmi https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
Deskripsi PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Ukuran File 156 KB
Jumlah Instalasi 9,000
Versi Saat Ini 2018.06.27
Terakhir Diperbarui 2018-06-27
Tanggal Publikasi 2018-06-27
Penilaian 3.40/5 Total 5 Penilaian
Pengembang Tab Manager Plus
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Bahasa yang Didukung 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"
    ]
}