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開發的Chrome擴展程式,該擴展的主要功能是“Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease”。

擴展截圖

screenshot

下載Hide My Email擴展crx文件

下載Hide My Email擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}