PixelBlock 2

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

Co je PixelBlock 2?

PixelBlock 2 je rozšíření Chrome vyvinuté Tab Manager Plus, a jeho hlavní funkcí je „PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření PixelBlock 2

Stáhněte si soubory rozšíření PixelBlock 2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
Oficiální URL https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
Popis PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
Velikost souboru 156 KB
Počet instalací 9,000
Aktuální Verze 2018.06.27
Poslední Aktualizace 2018-06-27
Datum Vydání 2018-06-27
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář Tab Manager Plus
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Podporované Jazyky 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"
    ]
}