Temp Mail

Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email

Qu'est-ce que Temp Mail ?

Temp Mail est une extension Chrome développée par https://temp-mail.io, et sa fonction principale est "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Temp Mail

Téléchargez les fichiers d'extension Temp Mail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Temp Mail is temporary email tool which provide you disposable email address.

You can use it for registration on any websites, so your real email address will keep clean, because you will not get awful subscriptions which many websites sending very often. And also prevent you from many viruses, malwares, etc.

Simply click on the Temp Mail icon to get your email, use this email in what you want, and read message by clicking "Open email".                    

Informations de Base sur l'Extension

Nom Temp Mail Temp Mail
ID ckcdnopgiijkcoejjophlljlfommgihi
URL Officiel https://chromewebstore.google.com/detail/temp-mail/ckcdnopgiijkcoejjophlljlfommgihi
Description Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email
Taille du Fichier 291 KB
Nombre d'Installations 10,000
Version Actuelle 1.9.9
Dernière Mise à Jour 2023-08-28
Date de Publication 2020-06-01
Évaluation 4.44/5 Total 9 Évaluations
Développeur https://temp-mail.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://temp-mail.io
URL de la Page d'Aide https://temp-mail.io/faq
URL de la Page de Politique de Confidentialité https://temp-mail.io/en/privacy-policy
Langues Prises en Charge de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temp Mail",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/temp-mail.io",
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "64": ".\/icons\/icon-64.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png",
        "512": ".\/icons\/icon-512.png",
        "1024": ".\/icons\/icon-1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "20": ".\/icons\/icon-20.png",
            "24": ".\/icons\/icon-24.png",
            "32": ".\/icons\/icon-32.png",
            "40": ".\/icons\/icon-40.png"
        },
        "default_popup": ".\/popup.html",
        "default_title": "Temp Mail"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "version": "1.9.9",
    "description": "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    }
}