Hide My Email

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

Hide My Email क्या है?

Hide My Email nguyentutung24 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide My Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Hide My Email Hide My Email
ID llelhkbpimoodgomnpbobcodcekbiboa
आधिकारिक URL https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa
विवरण Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 63
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-02-08
प्रकाशन तिथि 2023-02-08
डेवलपर nguyentutung24
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}