10 Minutes Email - 10 min disposable email

Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.

10 Minutes Email - 10 min disposable email क्या है?

10 Minutes Email - 10 min disposable email https://10minemail.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail."।

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

screenshot

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

crx प्रारूप में 10 Minutes Email - 10 min disposable email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Get your own temporary disposable 10 minute mail address without registration. 
The extension provides free 10 minute mail service. 
Disposable email with attachments and very easy to use. 

How to use ? 
Install the app to your browser and enjoy temporary 10 minute disposable email addresses without visiting the website itself. Just click the icon in the right upper corner of the browser. A window with new temporary email address will appear in a second. This window will also appear with notifications about new emails in your inbox.

Please visit our website for more questions : https://10minEmail.com                    

एक्सटेंशन की मूल जानकारी

नाम 10 Minutes Email - 10 min disposable email 10 Minutes Email - 10 min disposable email
ID emhgkpmcjiokblfofahdclcgldgflelc
आधिकारिक URL https://chromewebstore.google.com/detail/10-minutes-email-10-min-d/emhgkpmcjiokblfofahdclcgldgflelc
विवरण Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.
फ़ाइल का आकार 374 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2023-02-07
प्रकाशन तिथि 2019-09-20
रेटिंग 4.86/5 कुल 14 रेटिंग्स
डेवलपर https://10minemail.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://10minemail.com
सहायता पृष्ठ URL https://10minemail.com/en/faq/
गोपनीयता नीति पृष्ठ URL https://temp-mail.org/privacy-policy
समर्थित भाषाएँ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "10minemail",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.0",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "img\/16x16.png",
        "128": "img\/128x128.png",
        "48": "img\/48x48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html",
        "default_title": "10minemail"
    },
    "web_accessible_resources": [],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.temp-mail.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}