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
官方網址 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\/*"
        ]
    }
}