Hide My Email

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

Apa itu Hide My Email?

Hide My Email adalah ekstensi Chrome yang dikembangkan oleh nguyentutung24, dan fitur utamanya adalah "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide My Email

Unduh file ekstensi Hide My Email dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hide My Email Hide My Email
ID llelhkbpimoodgomnpbobcodcekbiboa
URL Resmi https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa
Deskripsi Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
Ukuran File 1.34 MB
Jumlah Instalasi 63
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-02-08
Tanggal Publikasi 2023-02-08
Pengembang nguyentutung24
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}