Temp Mail - Disposable Temporary Email

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

What is Temp Mail - Disposable Temporary Email?

Temp Mail - Disposable Temporary Email is a Chrome extension developed by https://temp-mail.org, and its main feature is "Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.".

Extension Screenshots

screenshot
screenshot

Download Temp Mail - Disposable Temporary Email Extension CRX File

Download Temp Mail - Disposable Temporary Email 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

                        Temp Mail provides temporary, secure, anonymous, free, disposable email address.

Forget about spam, advertising mailings, hacking and attacking robots. 

Keep your real mailbox clean and secure. 

Our extension is advanced version of services like : 10minutemail, guerrillamail, mailinator, getairmail, throwawaymail, tempmail and others.                    

Extension Basic Information

Name Temp Mail - Disposable Temporary Email Temp Mail - Disposable Temporary Email
ID inojafojbhdpnehkhhfjalgjjobnhomj
Official URL https://chromewebstore.google.com/detail/temp-mail-disposable-temp/inojafojbhdpnehkhhfjalgjjobnhomj
Description Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
File Size 390 KB
Installation Count 277,144
Current Version 0.1.0
Last Updated 2023-02-07
Publish Date 2019-12-02
Rating 4.86/5 Total 1755 Ratings
Developer https://temp-mail.org
Email [email protected]
Payment Type free
Extension Website https://temp-mail.org
Help Page URL https://temp-mail.org/contact
Privacy Policy Page URL https://temp-mail.org/privacy-policy
Supported Languages de,en,en-GB,en-US,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,sr,ru,uk,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "TempMail",
    "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": "TempMail"
    },
    "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
        }
    ]
}