99 Minute Mail - the best trash email

Generate temporary mail addresses with one click and receive mails directly to your browser. No more logins necessary.

Τι είναι το 99 Minute Mail - the best trash email;

Το 99 Minute Mail - the best trash email είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Freshmazing Studios, και η κύρια λειτουργία του είναι "Generate temporary mail addresses with one click and receive mails directly to your browser. No more logins necessary.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 99 Minute Mail - the best trash email

Λήψη αρχείων επέκτασης 99 Minute Mail - the best trash email σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Simply the best trashmail – free, secure, one-click setup, in-browser notifications and no logins. Keep your personal inbox free from spam, while saving time and energy.


👉 What is 99minutemail?

99minutemail is a free service for disposable email addresses, also called trash email addresses. Thanks to a specially developed mail server, the services of 99minutemail function with high speed and reliability. With the extension for your browser, you can simply right-click on any email address field in a form to create a new trash mail. Alternatively, you can copy your current 99minutemail from the inbox. Once the form is submitted, the email is received in your inbox, which you can access with just one mouse click. No more logins or personal data required to check your emails! For even more security and privacy your new email account and inbox are set to self-destruct after 99 minutes.

The extension includes several premium features and is 100% free – no hidden costs.


👉 Features include:

•	right-click on any email field to paste a new disposable email address
•	copy your current 99minutemail from the inbox
•	keep spam from your inbox
•	inbox self-destruction every 99 minutes
•	no more logins
•	simple in-browser notifications
•	receive attachments
•	one-click installation
•	generation unlimited disposable email addresses
•	add additional 99 minutes with one click
•	high security and privacy


👉 Check out https://99minutemail.com for more information.

99minutemail was published in June 2020. We are working on this extension on a regular basis to add even more features - with you - the user - in mind.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 99 Minute Mail - the best trash email 99 Minute Mail - the best trash email
ID molibildeanbcgadllacclklpeiaaidh
Επίσημο URL https://chrome.google.com/webstore/detail/99-minute-mail-the-best-t/molibildeanbcgadllacclklpeiaaidh
Περιγραφή Generate temporary mail addresses with one click and receive mails directly to your browser. No more logins necessary.
Μέγεθος Αρχείου 1.26 MB
Αριθμός Εγκαταστάσεων 350
Τρέχουσα Έκδοση 1.11
Τελευταία Ενημέρωση 2020-06-23
Ημερομηνία Δημοσίευσης 2020-06-23
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Freshmazing Studios
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://99minutemail.com
Διεύθυνση URL της Σελίδας Βοήθειας https://99minutemail.com
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "64": "img\/icon.png",
        "128": "img\/icon2.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "background": {
        "scripts": [
            "js\/lib\/helper.js",
            "js\/lib\/jquery.js",
            "js\/lib\/bg_messageHandler.js",
            "js\/lib\/bg_inboxPoller.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/contentScript.js"
            ],
            "css": [
                "css\/icofont.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/icofont.woff",
        "fonts\/icofont.woff2"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "notifications",
        "clipboardWrite"
    ],
    "version": "1.11"
}