HideMail: keep your email private

Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email

什么是HideMail: keep your email private?

HideMail: keep your email private是由https://hidemail.app开发的Chrome扩展程序,该扩展的主要功能是“Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载HideMail: keep your email private扩展crx文件

下载HideMail: keep your email private扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        HideMail gives you unique, random email addresses (or "aliases") that are forwarded to your primary e-mail account when you want your personal email address to remain private.  Additionally, these email addresses can be easily deactivated at any given time, effectively blocking unwanted emails from reaching your inbox. Whether you're signing up for a new service or just want to keep your personal email private, Hide My Email has you covered.


A random email address can now be generated for each new account, just like a password. Because email is often caught in database dumps and leaks, and while a password can be easily changed, an email address is difficult to change across all sites where it has been used. This is no longer a problem!                    

扩展基本信息

名称 HideMail: keep your email private HideMail: keep your email private
ID mddolicabhpkinbdmdgbeajjcpckinhe
官方URL https://chromewebstore.google.com/detail/hidemail-keep-your-email/mddolicabhpkinbdmdgbeajjcpckinhe
简介 Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email
文件大小 182 KB
安装次数 193
当前版本 1.0.8
更新时间 2023-09-18
上架时间 2022-05-02
评分 5.00/5 共9次评分
开发者 https://hidemail.app
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://hidemail.app
隐私政策页面URL https://hidemail.app/privacy-policy
支持的语言 id,de,en,fr,nl,vi,tr,es,es-419,it,pt-BR,pt-PT,ru,uk,iw,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Daneke George",
    "homepage_url": "https:\/\/hidemail.app",
    "version": "1.0.8",
    "icons": {
        "48": "img\/Icon-4.png",
        "96": "img\/Icon-5.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": "img\/Icon-4.png",
        "default_title": "HideMail",
        "default_popup": "app.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/hidemail.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}