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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PixelBlock 2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}