WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SimpleLogin by Proton: Secure Email Aliases

SimpleLogin by Proton: Secure Email Aliases

View on Chrome Web Store
View SimpleLogin by Proton: Secure Email Aliases Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (133 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

Easily create a different email for each website to hide your real email. Protect your inbox against spams, phishing, data breaches
Type
Extension
Users
70,000 users
10K
Website simplelogin.io
deve***********************
View author page of deve***********************
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 30, 2019
Version 3.0.7
Manifest version
3
Updated
Updated on March 23, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SimpleLogin by Proton: Secure Email Aliases 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",
    "name": "SimpleLogin by Proton: Secure Email Aliases",
    "short_name": "SimpleLogin",
    "description": "Easily create a different email for each website to hide your real email. Protect your inbox against spams, phishing, data breaches",
    "version": "3.0.7",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.simplelogin.io\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "SimpleLogin",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "96": "icons\/icon_96.png",
            "128": "icons\/icon_128.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "addon@simplelogin",
            "strict_min_version": "109.0"
        }
    },
    "commands": {
        "generate-random-alias": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Generate a random email alias"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Open the extension action menu"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content_script\/input_tools.js"
            ],
            "css": [
                "content_script\/input_tools.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.simplelogin.io\/dashboard\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}
© 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