LunarMail
Secure your personal email inbox with real-time disposable email addresses.
什么是LunarMail?
LunarMail是由https://lunarmail.io开发的Chrome扩展程序,该扩展的主要功能是“Secure your personal email inbox with real-time disposable email addresses.”。
扩展截图
下载LunarMail扩展crx文件
下载LunarMail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Built from the ground up, Lunarmail.io is a disposable email service that allows you to quickly and easily spin up email addresses that are always in your control. These email addresses can be used anywhere on the web and managed simply from the Lunarmail.io dashboard. The next time a website asks you to register with your personal email, simply generate a disposable email from either our web dashboard or Chrome Extension and let Lunarmail.io handle the rest! ★ Privacy and Security Prevent companies from tracking you online by your email address while protecting your online accounts and activity. ★ Control SPAM for GOOD Instantly shut down any sender. Stop SPAM before it gets to your inbox and take full control over who can reach you. ★ Simplicity Sign up on websites quickly and without fear. Generate disposable emails instantly, shop happy and confidently.
扩展基本信息
名称 | |
ID | gfkhcejpglehomeaimgcjicoaanpbdjl |
官方URL | https://chromewebstore.google.com/detail/lunarmail/gfkhcejpglehomeaimgcjicoaanpbdjl |
简介 | Secure your personal email inbox with real-time disposable email addresses. |
文件大小 | 2.6 MB |
安装次数 | 53 |
当前版本 | 1.0.7 |
更新时间 | 2020-07-14 |
上架时间 | 2020-04-28 |
评分 | 5.00/5 共2次评分 |
开发者 | https://lunarmail.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lunarmail.io |
帮助页面URL | https://lunarmail.io |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LunarMail", "short_name": "LunarMail", "version": "1.0.7", "description": "Secure your personal email inbox with real-time disposable email addresses.", "permissions": [ "activeTab", "storage", "contextMenus", "background", "tabs" ], "browser_action": { "default_popup": "popup\/index.html", "default_title": "LunarMail.io" }, "icons": { "16": "assets\/chromeIcon16.png", "48": "assets\/chromeIcon48.png", "128": "assets\/chromeIcon128.png" }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |