Protect IID

Minimalistic single-use email address generator.

What is Protect IID?

Protect IID is a Chrome extension developed by Liftground, and its main feature is "Minimalistic single-use email address generator.".

Extension Screenshots

screenshot
screenshot

Download Protect IID Extension CRX File

Download Protect IID 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

                        Minimalistic single-use email address generator.

The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com.

Generating styles:

- 2-64 Hash ([email protected])
- Current domain name + 2-32 Hash ([email protected])
- Fake user ([email protected])                    

Extension Basic Information

Name Protect IID Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
Official URL https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm
Description Minimalistic single-use email address generator.
File Size 52.88 KB
Installation Count 106
Current Version 1.17
Last Updated 2019-02-17
Publish Date 2019-02-17
Rating 4.60/5 Total 5 Ratings
Developer Liftground
Payment Type free
Extension Website https://protectiid.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Protect IID",
    "version": "1.17",
    "description": "Minimalistic single-use email address generator.",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    }
}