Findtempmail - Fast Temp Mail Generator
Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
O que é Findtempmail - Fast Temp Mail Generator?
Findtempmail - Fast Temp Mail Generator é uma extensão do Chrome desenvolvida por https://findtempmail.com, e sua principal característica é "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Findtempmail - Fast Temp Mail Generator
Baixe arquivos de extensão Findtempmail - Fast Temp Mail 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
"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."
Informações Básicas da Extensão
Nome | Findtempmail - Fast Temp Mail Generator |
ID | gaknifmpohechngleflmgoehideghdlg |
URL Oficial | https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg |
Descrição | Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet. |
Tamanho do Arquivo | 362 KB |
Contagem de Instalações | 116 |
Versão Atual | 0.0.13 |
Última Atualização | 2022-08-30 |
Data de Publicação | 2022-02-15 |
Desenvolvedor | https://findtempmail.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://findtempmail.com |
URL da Página de Ajuda | https://findtempmail.com/contact |
URL da Página de Política de Privacidade | https://squeezeimg.com/page/privacy-policy |
Idiomas Suportados | 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\/", "*:\/\/*\/*" ] } |