33mail - Defend your Inbox

This extension allows you to easily create 33mail alias addresses whenever you need them

What is 33mail - Defend your Inbox?

33mail - Defend your Inbox is a Chrome extension developed by https://www.33mail.com, and its main feature is "This extension allows you to easily create 33mail alias addresses whenever you need them".

Extension Screenshots

screenshot

Download 33mail - Defend your Inbox Extension CRX File

Download 33mail - Defend your Inbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The 33Mail Chrome Extension makes registering for websites painless and safe.  Instead of giving your real email address to companies that may or may not be trustworthy, let 33Mail create a customized email address for each company you sign up for.

Any emails they send will be forwarded to you, however if they start to abuse your email address you can block it with a single click.  33Mail puts you back in control of your inbox!                    

Extension Basic Information

Name 33mail - Defend your Inbox 33mail - Defend your Inbox
ID keempgcbhfoekmolbpdkcoimnnejjaeh
Official URL https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh
Description This extension allows you to easily create 33mail alias addresses whenever you need them
File Size 3.41 MB
Installation Count 2,128
Current Version 3.0.0
Last Updated 2020-04-21
Publish Date 2020-04-21
Rating 2.88/5 Total 16 Ratings
Developer https://www.33mail.com
Payment Type free
Extension Website https://www.33mail.com
Help Page URL https://www.33mail.com/page/faq
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "33mail - Defend your Inbox",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "This extension allows you to easily create 33mail alias addresses whenever you need them",
    "homepage_url": "https:\/\/www.33mail.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "33mail",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "https:\/\/api.ec2.33mail.com\/*"
    ]
}