Disposable Mailbox
Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.
什么是Disposable Mailbox?
Disposable Mailbox是由https://disposablemailbox.com开发的Chrome扩展程序,该扩展的主要功能是“Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.”。
扩展截图
下载Disposable Mailbox扩展crx文件
下载Disposable Mailbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disposable Mailbox is a free temporary email service that allows you to receive email at a temporary address that self-deletes after 30 minutes. Disposable Mailbox is also known to called names like: tempmail, throwaway email, burner email, fake-mail, fake email generator, burner email or trash-mail. 扩展基本信息
| 名称 | |
| ID | pgpiahgokloaacapmeniaoecjofimhik |
| 官方URL | https://chromewebstore.google.com/detail/disposable-mailbox/pgpiahgokloaacapmeniaoecjofimhik |
| 简介 | Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes. |
| 文件大小 | 432 KB |
| 安装次数 | 39 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-12-06 |
| 上架时间 | 2021-12-05 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://disposablemailbox.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://disposablemailbox.com/ |
| 帮助页面URL | https://disposablemailbox.com/ |
| 隐私政策页面URL | https://disposablemailbox.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Disposable Mailbox",
"short_name": "Disposable Mailbox",
"version": "1.0",
"description": "Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.",
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "image.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_title": "Disposable Mailbox",
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |