Findtempmail - Fast Temp Mail Generator

Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.

What is Findtempmail - Fast Temp Mail Generator?

Findtempmail - Fast Temp Mail Generator is a Chrome extension developed by https://findtempmail.com, and its main feature is "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".

Extension Screenshots

screenshot
screenshot

Download Findtempmail - Fast Temp Mail Generator Extension CRX File

Download Findtempmail - Fast Temp Mail Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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."                    

Extension Basic Information

Name Findtempmail - Fast Temp Mail Generator Findtempmail - Fast Temp Mail Generator
ID gaknifmpohechngleflmgoehideghdlg
Official URL https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg
Description Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
File Size 362 KB
Installation Count 116
Current Version 0.0.13
Last Updated 2022-08-30
Publish Date 2022-02-15
Developer https://findtempmail.com
Email [email protected]
Payment Type in_app
Extension Website https://findtempmail.com
Help Page URL https://findtempmail.com/contact
Privacy Policy Page URL https://squeezeimg.com/page/privacy-policy
Supported Languages 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\/",
        "*:\/\/*\/*"
    ]
}