Protect IID

Minimalistic single-use email address generator.

Что такое Protect IID?

Protect IID - это расширение Chrome, разработанное Liftground, и его основная функция - "Minimalistic single-use email address generator.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Protect IID

Скачайте файлы расширений 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
Официальный 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"
        }
    }
}