Protect IID

Minimalistic single-use email address generator.

Protect IID là gì?

Protect IID là một tiện ích mở rộng Chrome được phát triển bởi Liftground, và tính năng chính của nó là "Minimalistic single-use email address generator.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Protect IID

Tải xuống các tệp mở rộng Protect IID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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])                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Protect IID Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
URL Chính Thức https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm
Mô tả Minimalistic single-use email address generator.
Kích Thước Tệp 52.88 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.17
Cập Nhật Lần Cuối 2019-02-17
Ngày Phát Hành 2019-02-17
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Liftground
Loại Thanh Toán free
Trang Web Mở Rộng https://protectiid.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}