Fake Email Generator

Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.

Co je Fake Email Generator?

Fake Email Generator je rozšíření Chrome vyvinuté https://emailfake.com, a jeho hlavní funkcí je „Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fake Email Generator

Stáhněte si soubory rozšíření Fake Email Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fake Email Generator Fake Email Generator
ID gjpheonblhjlkmhmkagacbjopagbpclo
Oficiální URL https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo
Popis Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Velikost souboru 81.58 KB
Počet instalací 11,851
Aktuální Verze 1.711
Poslední Aktualizace 2021-07-28
Datum Vydání 2019-12-07
Hodnocení 4.00/5 Celkem 7 Hodnocení
Vývojář https://emailfake.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://emailfake.com
URL Stránky Zásad Ochrany Soukromí https://emailfake.com/privacy-policy
Podporované Jazyky 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'"
}