Protect IID

Minimalistic single-use email address generator.

什麼是Protect IID?

Protect IID是由Liftground開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic single-use email address generator.”。

擴展截圖

screenshot
screenshot

下載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 Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
官方網址 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"
        }
    }
}