Temp Mail - Disposable Temporary Email

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

Co to jest Temp Mail - Disposable Temporary Email?

Temp Mail - Disposable Temporary Email to rozszerzenie Chrome opracowane przez https://temp-mail.org, a jego główną funkcją jest „Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Temp Mail - Disposable Temporary Email

Pobierz pliki rozszerzeń Temp Mail - Disposable Temporary Email w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Temp Mail - Disposable Temporary Email Temp Mail - Disposable Temporary Email
ID inojafojbhdpnehkhhfjalgjjobnhomj
Oficjalny URL https://chromewebstore.google.com/detail/temp-mail-disposable-temp/inojafojbhdpnehkhhfjalgjjobnhomj
Opis Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
Rozmiar pliku 390 KB
Liczba instalacji 277,144
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2023-02-07
Data Publikacji 2019-12-02
Ocena 4.86/5 Łącznie 1755 Oceny
Deweloper https://temp-mail.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://temp-mail.org
Adres URL Strony Pomocy https://temp-mail.org/contact
Adres URL Strony Polityki Prywatności https://temp-mail.org/privacy-policy
Obsługiwane Języki 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
        }
    ]
}