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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nguyentutung24 และคุณลักษณะหลักของมันคือ "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide My Email

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}