Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
O que é Fake Email Generator?
Fake Email Generator é uma extensão do Chrome desenvolvida por https://emailfake.com, e sua principal característica é "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fake Email Generator
Baixe arquivos de extensão Fake Email Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
URL Oficial | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
Descrição | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
Tamanho do Arquivo | 81.58 KB |
Contagem de Instalações | 11,851 |
Versão Atual | 1.711 |
Última Atualização | 2021-07-28 |
Data de Publicação | 2019-12-07 |
Classificação | 4.00/5 Total de 7 Avaliações |
Desenvolvedor | https://emailfake.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://emailfake.com |
URL da Página de Política de Privacidade | https://emailfake.com/privacy-policy |
Idiomas Suportados | 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'" } |