Findtempmail - Fast Temp Mail Generator
Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
¿Qué es Findtempmail - Fast Temp Mail Generator?
Findtempmail - Fast Temp Mail Generator es una extensión de Chrome desarrollada por https://findtempmail.com, y su función principal es "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Findtempmail - Fast Temp Mail Generator
Descarga archivos de extensión Findtempmail - Fast Temp Mail Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
"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."
Información Básica de la Extensión
Nombre | Findtempmail - Fast Temp Mail Generator |
ID | gaknifmpohechngleflmgoehideghdlg |
URL Oficial | https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg |
Descripción | Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet. |
Tamaño del Archivo | 362 KB |
Cantidad de Instalaciones | 116 |
Versión Actual | 0.0.13 |
Última Actualización | 2022-08-30 |
Fecha de Publicación | 2022-02-15 |
Desarrollador | https://findtempmail.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://findtempmail.com |
URL de la Página de Ayuda | https://findtempmail.com/contact |
URL de la Página de Política de Privacidad | https://squeezeimg.com/page/privacy-policy |
Idiomas Soportados | 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\/", "*:\/\/*\/*" ] } |