Hide My Email

Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease

Cos'è Hide My Email?

Hide My Email è un'estensione di Chrome sviluppata da nguyentutung24, e la sua funzione principale è "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide My Email

Scarica i file di estensione Hide My Email 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

                        Hide My Email generates unique, random email addresses that automatically forward to your personal inbox. Each address is unique to you. You can read and respond directly to emails sent to these addresses and your personal email address is kept private.                    

Informazioni di Base sull'Estensione

Nome Hide My Email Hide My Email
ID llelhkbpimoodgomnpbobcodcekbiboa
URL Ufficiale https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa
Descrizione Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
Dimensione del File 1.34 MB
Conteggio Installazioni 63
Versione Corrente 1.0
Ultimo Aggiornamento 2023-02-08
Data di Pubblicazione 2023-02-08
Sviluppatore nguyentutung24
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide My Email",
    "description": "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease",
    "version": "1.0",
    "icons": {
        "16": "\/images\/mail16.png",
        "32": "\/images\/mail32.png",
        "48": "\/images\/mail48.png",
        "128": "\/images\/mail128.png"
    },
    "action": {
        "default_popup": "login.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net\/;"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "login.js",
                "items.js",
                "item.js",
                "signup.js",
                "add.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}