DropMail.me

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

Was ist DropMail.me?

DropMail.me ist eine Chrome-Erweiterung, die von MiniApps entwickelt wurde, und ihr Hauptmerkmal ist "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DropMail.me-Erweiterungs-CRX-Datei herunterladen

Laden Sie DropMail.me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DropMail.me DropMail.me
ID nifijmhijjcmcjcodgbijcgpodeodphb
Offizielle URL https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb
Beschreibung Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Dateigröße 273 KB
Installationsanzahl 479
Aktuelle Version 1.0.3
Letztes Update 2022-03-30
Veröffentlichungsdatum 2022-03-29
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler MiniApps
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://vostlertsd.github.io/YTPP
Unterstützte Sprachen 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"
    }
}