Findtempmail - Fast Temp Mail Generator
Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
Cos'è Findtempmail - Fast Temp Mail Generator?
Findtempmail - Fast Temp Mail Generator è un'estensione di Chrome sviluppata da https://findtempmail.com, e la sua funzione principale è "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Findtempmail - Fast Temp Mail Generator
Scarica i file di estensione Findtempmail - Fast Temp Mail Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"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."
Informazioni di Base sull'Estensione
Nome | Findtempmail - Fast Temp Mail Generator |
ID | gaknifmpohechngleflmgoehideghdlg |
URL Ufficiale | https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg |
Descrizione | Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet. |
Dimensione del File | 362 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 0.0.13 |
Ultimo Aggiornamento | 2022-08-30 |
Data di Pubblicazione | 2022-02-15 |
Sviluppatore | https://findtempmail.com |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://findtempmail.com |
URL della Pagina di Aiuto | https://findtempmail.com/contact |
URL della Pagina della Politica sulla Privacy | https://squeezeimg.com/page/privacy-policy |
Lingue Supportate | 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\/", "*:\/\/*\/*" ] } |