Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Cos'è Fake Email Generator?
Fake Email Generator è un'estensione di Chrome sviluppata da https://emailfake.com, e la sua funzione principale è "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fake Email Generator
Scarica i file di estensione Fake Email 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
Online email for different needs. Protect your primary mail from spam and receive emails for temporary mail. You can also use your domain and make permanent mail without any registrations. Main features: - Unlimited number of mail. - Large number of domains. - Notification of new mail. - Your own mail name. - Your own mail domain. - There are no spam and viruses. - The mail is displayed immediately without delay.
Informazioni di Base sull'Estensione
Nome | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
URL Ufficiale | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
Descrizione | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
Dimensione del File | 81.58 KB |
Conteggio Installazioni | 11,851 |
Versione Corrente | 1.711 |
Ultimo Aggiornamento | 2021-07-28 |
Data di Pubblicazione | 2019-12-07 |
Valutazione | 4.00/5 Totale 7 Valutazioni |
Sviluppatore | https://emailfake.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://emailfake.com |
URL della Pagina della Politica sulla Privacy | https://emailfake.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 2, "name": "Fake Email Generator", "short_name": "Fake Email", "description": "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.711", "homepage_url": "https:\/\/emailfake.com", "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "Fake Email Generator - temp mail address" }, "background": { "scripts": [ "scripts\/socket.io.js", "scripts\/background.js" ] }, "permissions": [ "cookies", "https:\/\/*.emailfake.com\/", "clipboardRead", "notifications" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |