Findtempmail - Fast Temp Mail Generator
Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
Qu'est-ce que Findtempmail - Fast Temp Mail Generator ?
Findtempmail - Fast Temp Mail Generator est une extension Chrome développée par https://findtempmail.com, et sa fonction principale est "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Findtempmail - Fast Temp Mail Generator
Téléchargez les fichiers d'extension Findtempmail - Fast Temp Mail Generator 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
"FindTempMail by Pinta is a convenient extension for creating a temporary email for a short time. This temporary or disposable mail is suitable for different needs. Use a temporary disposable email to register on various sites and receive emails immediately. So you don't have to use your main email once again, and therefore protect it from spam and viruses. The FindTempMail extension allows you to: - quickly create a temporary mail, - use your own email name and domain, - automatically delete temporary mail, - protect your main email from spam and advertising mailings."
Informations de Base sur l'Extension
Nom | Findtempmail - Fast Temp Mail Generator |
ID | gaknifmpohechngleflmgoehideghdlg |
URL Officiel | https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg |
Description | Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet. |
Taille du Fichier | 362 KB |
Nombre d'Installations | 116 |
Version Actuelle | 0.0.13 |
Dernière Mise à Jour | 2022-08-30 |
Date de Publication | 2022-02-15 |
Développeur | https://findtempmail.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://findtempmail.com |
URL de la Page d'Aide | https://findtempmail.com/contact |
URL de la Page de Politique de Confidentialité | https://squeezeimg.com/page/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Findtempmail - Fast Temp Mail Generator", "description": "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.", "version": "0.0.13", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "content_security_policy": [], "background": { "service_worker": "background.js" }, "action": { "default_title": "Findtempmail - Fast Temp Mail Generator", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/findtempmail.com\/", "*:\/\/*\/*" ] } |