Findtempmail - Fast Temp Mail Generator

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

Vad är Findtempmail - Fast Temp Mail Generator?

Findtempmail - Fast Temp Mail Generator är en Chrome-tillägg utvecklad av https://findtempmail.com, och dess huvudfunktion är "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Findtempmail - Fast Temp Mail Generator-förlängningens CRX-fil

Ladda ner Findtempmail - Fast Temp Mail Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Findtempmail - Fast Temp Mail Generator Findtempmail - Fast Temp Mail Generator
ID gaknifmpohechngleflmgoehideghdlg
Officiell webbadress https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg
Beskrivning Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
Filstorlek 362 KB
Antal Installationer 116
Aktuell Version 0.0.13
Senast Uppdaterad 2022-08-30
Publiceringsdatum 2022-02-15
Utvecklare https://findtempmail.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://findtempmail.com
Hjälpsida URL https://findtempmail.com/contact
URL till Sekretesspolicy Sidan https://squeezeimg.com/page/privacy-policy
Stödda Språk 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\/",
        "*:\/\/*\/*"
    ]
}