Protect IID

Minimalistic single-use email address generator.

Wat is Protect IID?

Protect IID is een Chrome-extensie ontwikkeld door Liftground, en de belangrijkste functie is "Minimalistic single-use email address generator.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Protect IID

Download Protect IID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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])                    

Basisinformatie over de Extensie

Naam Protect IID Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
Officiële URL https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm
Beschrijving Minimalistic single-use email address generator.
Bestandsgrootte 52.88 KB
Aantal Installaties 106
Huidige Versie 1.17
Laatst Bijgewerkt 2019-02-17
Publicatiedatum 2019-02-17
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Liftground
Betalingswijze free
Extensiewebsite https://protectiid.com/
Ondersteunde Talen 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"
        }
    }
}