DropMail.me

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

Vad är DropMail.me?

DropMail.me är en Chrome-tillägg utvecklad av MiniApps, och dess huvudfunktion är "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner DropMail.me-förlängningens CRX-fil

Ladda ner DropMail.me-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DropMail.me DropMail.me
ID nifijmhijjcmcjcodgbijcgpodeodphb
Officiell webbadress https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb
Beskrivning Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Filstorlek 273 KB
Antal Installationer 479
Aktuell Version 1.0.3
Senast Uppdaterad 2022-03-30
Publiceringsdatum 2022-03-29
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare MiniApps
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://vostlertsd.github.io/YTPP
Stödda Språk 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"
    }
}