Temp Mail - Temporary Email Address
Best Temp Mail address to prevent from email hacking and spamming
什么是Temp Mail - Temporary Email Address?
Temp Mail - Temporary Email Address是由adzdeveloper开发的Chrome扩展程序,该扩展的主要功能是“Best Temp Mail address to prevent from email hacking and spamming”。
扩展截图
下载Temp Mail - Temporary Email Address扩展crx文件
下载Temp Mail - Temporary Email Address扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A disposable email address service prevents your email from spam, promotional emails, bots, and hacking attacks with the help of a temp mail chrome extension.
In addition, we allow receiving the file attachments in the temp mailbox.
Temp-mail extension provides an anonymous and free temporary email address. Keep your original mailbox secure and avoid spam emails with temp-mail exclusive Chrome extension features, unlike other service providers. 扩展基本信息
| 名称 | |
| ID | gmindkhkpdfcjjeiffmhpbpcjjfbamph |
| 官方URL | https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph |
| 简介 | Best Temp Mail address to prevent from email hacking and spamming |
| 文件大小 | 118 KB |
| 安装次数 | 1,380 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2022-12-20 |
| 上架时间 | 2022-12-16 |
| 开发者 | adzdeveloper |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://temp-mail.co/ |
| 帮助页面URL | https://temp-mail.co/contact |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Temp Mail - Temporary Email Address",
"description": "Best Temp Mail address to prevent from email hacking and spamming",
"version": "1.0.3",
"icons": {
"128": "asset\/image\/temp-mail.png"
},
"author": "Temp Mail",
"host_permissions": [
"*:\/\/*\/"
],
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_title": "Temp Mails"
},
"background": {
"service_worker": "event.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"my-styles.css"
],
"js": [
"content-script.js"
]
}
]
} | |