Temp Mail - Disposable Temporary Email
Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
Qu'est-ce que Temp Mail - Disposable Temporary Email ?
Temp Mail - Disposable Temporary Email est une extension Chrome développée par https://temp-mail.org, et sa fonction principale est "Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Temp Mail - Disposable Temporary Email
Téléchargez les fichiers d'extension Temp Mail - Disposable Temporary Email 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 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.
Informations de Base sur l'Extension
Nom | Temp Mail - Disposable Temporary Email |
ID | inojafojbhdpnehkhhfjalgjjobnhomj |
URL Officiel | 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. |
Taille du Fichier | 390 KB |
Nombre d'Installations | 277,144 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2023-02-07 |
Date de Publication | 2019-12-02 |
Évaluation | 4.86/5 Total 1755 Évaluations |
Développeur | https://temp-mail.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://temp-mail.org |
URL de la Page d'Aide | https://temp-mail.org/contact |
URL de la Page de Politique de Confidentialité | https://temp-mail.org/privacy-policy |
Langues Prises en Charge | 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 } ] } |