DropMail.me

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

DropMail.me क्या है?

DropMail.me MiniApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DropMail.me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}