Hide My Email - MailCloak.net

Hides your personal email behind a random cloaked email address.

什么是Hide My Email - MailCloak.net?

Hide My Email - MailCloak.net是由http://mailcloak.net开发的Chrome扩展程序,该扩展的主要功能是“Hides your personal email behind a random cloaked email address.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Hide My Email - MailCloak.net扩展crx文件

下载Hide My Email - MailCloak.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Hide My Email - MailCloak.net Hide My Email - MailCloak.net
ID kaopmndkdfnbghjoejjjgfdodeenbhjp
官方URL https://chrome.google.com/webstore/detail/hide-my-email-mailcloakne/kaopmndkdfnbghjoejjjgfdodeenbhjp
简介 Hides your personal email behind a random cloaked email address.
文件大小 28.85 KB
安装次数 151
当前版本 1.5.6
更新时间 2019-01-29
上架时间 2019-01-29
评分 5.00/5 共2次评分
开发者 http://mailcloak.net
付费类型 free
扩展官网 https://mailcloak.net/
帮助页面URL https://mailcloak.net/faq
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide My Email - MailCloak.net",
    "description": "Hides your personal email behind a random cloaked email address.",
    "version": "1.5.6",
    "author": "MailCloak",
    "short_name": "Hide my email",
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Hide your email",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "create-burner": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Create new cloaked email"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mailcloak.net\/*",
            "*:\/\/cbco.in\/*"
        ]
    }
}