Fake Email Generator

Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.

Что такое Fake Email Generator?

Fake Email Generator - это расширение Chrome, разработанное https://emailfake.com, и его основная функция - "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".

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

screenshot
screenshot

Скачать файл CRX расширения Fake Email Generator

Скачайте файлы расширений Fake Email Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Online email for different needs. Protect your primary mail from spam and receive emails for temporary mail. You can also use your domain and make permanent mail without any registrations. 

Main features:
- Unlimited number of mail.
- Large number of domains.
- Notification of new mail.
- Your own mail name.
- Your own mail domain.
- There are no spam and viruses.
- The mail is displayed immediately without delay.                    

Основная информация о расширении

Название Fake Email Generator Fake Email Generator
ID gjpheonblhjlkmhmkagacbjopagbpclo
Официальный URL https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo
Описание Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Размер файла 81.58 KB
Количество установок 11,851
Текущая Версия 1.711
Последнее Обновление 2021-07-28
Дата публикации 2019-12-07
Рейтинг 4.00/5 Всего 7 оценок
Разработчик https://emailfake.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://emailfake.com
URL страницы политики конфиденциальности https://emailfake.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "manifest_version": 2,
    "name": "Fake Email Generator",
    "short_name": "Fake Email",
    "description": "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.711",
    "homepage_url": "https:\/\/emailfake.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html",
        "default_title": "Fake Email Generator - temp mail address"
    },
    "background": {
        "scripts": [
            "scripts\/socket.io.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "cookies",
        "https:\/\/*.emailfake.com\/",
        "clipboardRead",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}