Hide My Email
Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
什么是Hide My Email?
Hide My Email是由nguyentutung24开发的Chrome扩展程序,该扩展的主要功能是“Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease”。
扩展截图
下载Hide My Email扩展crx文件
下载Hide My Email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Hide My Email |
ID | llelhkbpimoodgomnpbobcodcekbiboa |
官方URL | https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa |
简介 | Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease |
文件大小 | 1.34 MB |
安装次数 | 63 |
当前版本 | 1.0 |
更新时间 | 2023-02-08 |
上架时间 | 2023-02-08 |
开发者 | nguyentutung24 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |