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 là gì?

Hide My Email là một tiện ích mở rộng Chrome được phát triển bởi nguyentutung24, và tính năng chính của nó là "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide My Email

Tải xuống các tệp mở rộng Hide My Email dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide My Email Hide My Email
ID llelhkbpimoodgomnpbobcodcekbiboa
URL Chính Thức https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa
Mô tả Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-02-08
Ngày Phát Hành 2023-02-08
Nhà Phát Triển nguyentutung24
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}