MailBlock

Disable tracking from Gmail

Co to jest MailBlock?

MailBlock to rozszerzenie Chrome opracowane przez Ruby.co, a jego główną funkcją jest „Disable tracking from Gmail”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MailBlock

Pobierz pliki rozszerzeń MailBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Stop people tracking your email opens on Gmail.

90% of all marketing emails and 20% of all personal emails have embedded tracking. This lets the sender how many times you open their email and your location when you opened it.

MailBlock stops almost 100 different vendors from tracking your email opens.

We maintain the largest block list and update the list every week.                    

Podstawowe informacje o rozszerzeniu

Nazwa MailBlock MailBlock
ID kpkdnknkibkomaciedabmbnoijaejdjg
Oficjalny URL https://chromewebstore.google.com/detail/mailblock/kpkdnknkibkomaciedabmbnoijaejdjg
Opis Disable tracking from Gmail
Rozmiar pliku 124 KB
Liczba instalacji 19
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2019-04-17
Data Publikacji 2019-04-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Ruby.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mailblock.io
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MailBlock",
    "description": "Disable tracking from Gmail",
    "version": "0.0.5",
    "browser_action": [],
    "web_accessible_resources": [
        "images\/*",
        "welcome.html",
        "settings.html",
        "css\/bootstrap.min.css"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "js\/background.js",
            "js\/common.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/inboxsdk.js",
                "vendor\/jquery.min.js",
                "js\/content.js",
                "js\/common.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "48": "images\/icon-48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/mail.google.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.googleusercontent.com\/*",
        "storage",
        "https:\/\/*.mailblock.io\/*"
    ],
    "manifest_version": 2
}