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]) 拡張機能の基本情報
| 名前 | |
| 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"
}
}
} | |