Temp Mail - Disposable Temporary Email

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

Wat is Temp Mail - Disposable Temporary Email?

Temp Mail - Disposable Temporary Email is een Chrome-extensie ontwikkeld door https://temp-mail.org, en de belangrijkste functie is "Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Temp Mail - Disposable Temporary Email

Download Temp Mail - Disposable Temporary Email-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Temp Mail - Disposable Temporary Email Temp Mail - Disposable Temporary Email
ID inojafojbhdpnehkhhfjalgjjobnhomj
Officiële URL https://chromewebstore.google.com/detail/temp-mail-disposable-temp/inojafojbhdpnehkhhfjalgjjobnhomj
Beschrijving Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
Bestandsgrootte 390 KB
Aantal Installaties 277,144
Huidige Versie 0.1.0
Laatst Bijgewerkt 2023-02-07
Publicatiedatum 2019-12-02
Beoordeling 4.86/5 Totaal 1755 Beoordelingen
Ontwikkelaar https://temp-mail.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://temp-mail.org
Help Pagina-URL https://temp-mail.org/contact
URL van de Privacybeleid Pagina https://temp-mail.org/privacy-policy
Ondersteunde Talen 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
        }
    ]
}