MailTemp UK

MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.

What is MailTemp UK?

MailTemp UK is a Chrome extension developed by https://mailtemp.uk, and its main feature is "MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.".

Extension Screenshots

screenshot

Download MailTemp UK Extension CRX File

Download MailTemp UK extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing the Ultimate Email Convenience: The MailTemp Chrome Extension

Experience the future of temporary email services with the MailTemp Chrome Extension. Designed for efficiency and ease of use, our extension is a game-changer for anyone who values their online privacy and time.

Why Choose the MailTemp Chrome Extension?

Instant Access: Create disposable email addresses directly from your Chrome browser, no need to navigate to our website. With just a few clicks, secure a new email ID for any online registration, subscription, or temporary communication need.
Real-Time Notifications: Stay updated with real-time notifications for incoming emails. You don’t have to constantly check the website; our extension brings the information right to your browser.
User-Friendly Interface: We’ve designed our extension with simplicity in mind. Its intuitive interface means you can get started right away, without any learning curve.
Enhanced Privacy and Security: Keep your primary email address clean and secure from spam, promotional emails, and potential phishing attacks. With MailTemp, your online interactions remain private and your inbox stays clutter-free.
Free and Easy to Install: Like our email service, the MailTemp Chrome Extension is completely free to use. Installation is quick and straightforward, ensuring you can start using it without any hassle.

How It Works:

Install the MailTemp Chrome Extension from the Chrome Web Store.
Once installed, click on the extension icon in your browser to generate a new temporary email address.
Use this email address as you wish, for sign-ups, registrations, or any other online activity where an email address is required.
Receive and view emails directly through the extension, with alerts notifying you of new messages.

It's that simple! The MailTemp Chrome Extension is your new ally in managing online communications with ease and security. Say goodbye to spam and hello to simplicity.                    

Extension Basic Information

Name MailTemp UK MailTemp UK
ID bdpnjigfgggbfcnnblefpegiijkhjnno
Official URL https://chromewebstore.google.com/detail/mailtemp-uk/bdpnjigfgggbfcnnblefpegiijkhjnno
Description MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.
File Size 1.46 MB
Installation Count 66
Current Version 2.0
Last Updated 2024-01-29
Publish Date 2020-09-13
Developer https://mailtemp.uk
Email [email protected]
Payment Type free
Extension Website https://mailtemp.uk
Privacy Policy Page URL https://mailtemp.uk/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MailTemp UK",
    "version": "2.0",
    "description": "MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "MailTemp UK"
    },
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "64": "\/64x64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}