Hide My Email
Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
What is Hide My Email?
Hide My Email is a Chrome extension developed by nguyentutung24, and its main feature is "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease".
Extension Screenshots
Download Hide My Email Extension CRX File
Download Hide My Email 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
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.
Extension Basic Information
Name | Hide My Email |
ID | llelhkbpimoodgomnpbobcodcekbiboa |
Official URL | https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa |
Description | Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease |
File Size | 1.34 MB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2023-02-08 |
Publish Date | 2023-02-08 |
Developer | nguyentutung24 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |