Hide My Email

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

Wat is Hide My Email?

Hide My Email is een Chrome-extensie ontwikkeld door nguyentutung24, en de belangrijkste functie is "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide My Email

Download Hide My Email-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

                        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.                    

Basisinformatie over de Extensie

Naam Hide My Email Hide My Email
ID llelhkbpimoodgomnpbobcodcekbiboa
Officiële URL https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa
Beschrijving Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
Bestandsgrootte 1.34 MB
Aantal Installaties 63
Huidige Versie 1.0
Laatst Bijgewerkt 2023-02-08
Publicatiedatum 2023-02-08
Ontwikkelaar nguyentutung24
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}