Temp Mail A+ - Disposable email
Extension to generate Temp Mail - Disposable email
什么是Temp Mail A+ - Disposable email?
Temp Mail A+ - Disposable email是由https://tempmaila.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to generate Temp Mail - Disposable email”。
扩展截图
下载Temp Mail A+ - Disposable email扩展crx文件
下载Temp Mail A+ - Disposable email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A disposable email is typically a temporary email address that is used only once and often for a short period of time. Disposable email addresses can be used in place of your personal email address and can help protect your privacy by preventing spam or unwanted mail. They are convenient when signing up for many websites or services and can be automatically deleted after a few hours or a few days.
扩展基本信息
名称 | Temp Mail A+ - Disposable email |
ID | imbgcdakhillciogjocnopkdfnbepnff |
官方URL | https://chromewebstore.google.com/detail/temp-mail-a+-disposable-e/imbgcdakhillciogjocnopkdfnbepnff |
简介 | Extension to generate Temp Mail - Disposable email |
文件大小 | 302 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2023-02-23 |
上架时间 | 2023-02-23 |
开发者 | https://tempmaila.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tempmaila.com |
帮助页面URL | https://tempmaila.com/contact |
隐私政策页面URL | https://tempmaila.com/page/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "action": { "default_icon": { "16": "assets\/images\/16x16.png", "32": "assets\/images\/48x48.png", "48": "assets\/images\/128x128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/jquery-3.6.0.min.js", "assets\/js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Extension to generate Temp Mail - Disposable email", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "assets\/images\/128x128.png", "16": "assets\/images\/16x16.png", "32": "assets\/images\/48x48.png" }, "manifest_version": 3, "name": "Temp Mail A+ - Disposable email", "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |