FakerMail - Unlimited Disposable Email

An instantly generated, ready to use disposable inbox with no sign up required and completely anonymous. Stay safe with FakerMail.

O que é FakerMail - Unlimited Disposable Email?

FakerMail - Unlimited Disposable Email é uma extensão do Chrome desenvolvida por https://fakermail.com, e sua principal característica é "An instantly generated, ready to use disposable inbox with no sign up required and completely anonymous. Stay safe with FakerMail.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FakerMail - Unlimited Disposable Email

Baixe arquivos de extensão FakerMail - Unlimited Disposable Email 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

                        Self destructing temporary email at your fingertips.

Ever need to sign up for something that requires an email address but didn't feel like giving them your actual email address? Well now you can keep your inbox safe from spam, phishing attempts, unwanted solicitations, malware and other junk with a free, completely anonymous and ready to use FakerMail email address. 

FakerMail is ready to use out of the box, instantly. No sign up, no hassle and always free.

Desktop notifications will notify you instantly when you receive an email.

Browser integration allows you to quickly paste your disposable FakerMail email address into any online form you'd like to stay anonymous on.

Emails self destruct every 10 minutes for your safety.                    

Informações Básicas da Extensão

Nome FakerMail - Unlimited Disposable Email FakerMail - Unlimited Disposable Email
ID nfdmpjmlmckaicecbfogihfempgpgclg
URL Oficial https://chromewebstore.google.com/detail/fakermail-unlimited-dispo/nfdmpjmlmckaicecbfogihfempgpgclg
Descrição An instantly generated, ready to use disposable inbox with no sign up required and completely anonymous. Stay safe with FakerMail.
Tamanho do Arquivo 173 KB
Contagem de Instalações 406
Versão Atual 1.0.0
Última Atualização 2020-07-04
Data de Publicação 2020-07-04
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://fakermail.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fakermail.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FakerMail - Unlimited Disposable Email",
    "description": "An instantly generated, ready to use disposable inbox with no sign up required and completely anonymous. Stay safe with FakerMail.",
    "version": "1.0.0",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_round_48.png",
        "128": "icons\/icon_round_128.png"
    },
    "browser_action": {
        "default_title": "FakerMail - Unlimited Disposable Email",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    }
}