Hide My Email - MailCloak.net
Hides your personal email behind a random cloaked email address.
What is Hide My Email - MailCloak.net?
Hide My Email - MailCloak.net is a Chrome extension developed by http://mailcloak.net, and its main feature is "Hides your personal email behind a random cloaked email address.".
Extension Screenshots
Download Hide My Email - MailCloak.net Extension CRX File
Download Hide My Email - MailCloak.net extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kaopmndkdfnbghjoejjjgfdodeenbhjp |
Official URL | https://chrome.google.com/webstore/detail/hide-my-email-mailcloakne/kaopmndkdfnbghjoejjjgfdodeenbhjp |
Description | Hides your personal email behind a random cloaked email address. |
File Size | 28.85 KB |
Installation Count | 151 |
Current Version | 1.5.6 |
Last Updated | 2019-01-29 |
Publish Date | 2019-01-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://mailcloak.net |
Payment Type | free |
Extension Website | https://mailcloak.net/ |
Help Page URL | https://mailcloak.net/faq |
Supported Languages | 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\/*" ] } } |