DropMail.me

Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.

Что такое DropMail.me?

DropMail.me - это расширение Chrome, разработанное MiniApps, и его основная функция - "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения DropMail.me

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

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

                        Create a temporary email. For 10 minutes or more. Anonymous email service allows you to receive emails for a safe registration on sites and services. Unlimited mailbox lifetime. No registration. Unlimited mailbox size. Attachments allowed.                    

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

Название DropMail.me DropMail.me
ID nifijmhijjcmcjcodgbijcgpodeodphb
Официальный URL https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb
Описание Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Размер файла 273 KB
Количество установок 479
Текущая Версия 1.0.3
Последнее Обновление 2022-03-30
Дата публикации 2022-03-29
Рейтинг 5.00/5 Всего 4 оценок
Разработчик MiniApps
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://vostlertsd.github.io/YTPP
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DropMail.me",
    "version": "1.0.3",
    "description": "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon-34.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}