Protect IID
Minimalistic single-use email address generator.
什么是Protect IID?
Protect IID是由Liftground开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic single-use email address generator.”。
扩展截图
下载Protect IID扩展crx文件
下载Protect IID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minimalistic single-use email address generator. The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com. Generating styles: - 2-64 Hash ([email protected]) - Current domain name + 2-32 Hash ([email protected]) - Fake user ([email protected])
扩展基本信息
名称 | Protect IID |
ID | pohhdoefhlffonadgcfpfebhpcecanbm |
官方URL | https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm |
简介 | Minimalistic single-use email address generator. |
文件大小 | 52.88 KB |
安装次数 | 106 |
当前版本 | 1.17 |
更新时间 | 2019-02-17 |
上架时间 | 2019-02-17 |
评分 | 4.60/5 共5次评分 |
开发者 | Liftground |
付费类型 | free |
扩展官网 | https://protectiid.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protect IID", "version": "1.17", "description": "Minimalistic single-use email address generator.", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |