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
公式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
Eメール [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"
    ]
}