Protect IID

Minimalistic single-use email address generator.

Cos'è Protect IID?

Protect IID è un'estensione di Chrome sviluppata da Liftground, e la sua funzione principale è "Minimalistic single-use email address generator.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Protect IID

Scarica i file di estensione Protect IID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Protect IID Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
URL Ufficiale https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm
Descrizione Minimalistic single-use email address generator.
Dimensione del File 52.88 KB
Conteggio Installazioni 106
Versione Corrente 1.17
Ultimo Aggiornamento 2019-02-17
Data di Pubblicazione 2019-02-17
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Liftground
Tipo di Pagamento free
Sito Web dell'Estensione https://protectiid.com/
Lingue Supportate 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"
        }
    }
}