WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MailProtect: Protect your Gmail privacy for free.

MailProtect: Protect your Gmail privacy for free.

View on Chrome Web Store
View MailProtect: Protect your Gmail privacy for free. Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (8 ratings)
1 new ratings
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The ultimate Gmail privacy guardian — 100% free
Type
Extension
Users
2,000 users
1K
Website mailprotect.ai
pimpmysaas
View author page of pimpmysaas
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 2, 2024
Version 1.0.34
Manifest version
3
Updated
Updated on October 14, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MailProtect: Protect your Gmail privacy for free. Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MailProtect: Protect your Gmail privacy for free.",
    "description": "The ultimate Gmail privacy guardian \u2014 100% free",
    "version": "1.0.34",
    "author": "mailprotect.ai",
    "homepage_url": "https:\/\/www.mailprotect.ai",
    "short_name": "The ultimate Gmail privacy guardian",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "MailProtect"
    },
    "icons": {
        "16": "icon_gmailProtect.png",
        "48": "icon_gmailProtect.png",
        "128": "icon_gmailProtect.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "src\/pages\/content\/index.js",
                "webcomponents-bundle.js"
            ],
            "css": [
                "assets\/css\/Style.chunk.css",
                "style.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "declarativeNetRequest",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_schedule_post",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/mail.google.com\/",
        "*:\/\/app.mailprotect.ai\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*",
                "assets\/css\/*",
                "icon_gmailProtect.png",
                "icon_gmailProtect_free.png",
                "webcomponents-bundle.js",
                "pageWorld.js",
                "pageWorld.js.map"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en"
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top