Fake Email Generator

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

Was ist Fake Email Generator?

Fake Email Generator ist eine Chrome-Erweiterung, die von https://emailfake.com entwickelt wurde, und ihr Hauptmerkmal ist "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".

Erweiterungsscreenshots

screenshot
screenshot

Fake Email Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fake Email Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fake Email Generator Fake Email Generator
ID gjpheonblhjlkmhmkagacbjopagbpclo
Offizielle URL https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo
Beschreibung Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Dateigröße 81.58 KB
Installationsanzahl 11,851
Aktuelle Version 1.711
Letztes Update 2021-07-28
Veröffentlichungsdatum 2019-12-07
Bewertung 4.00/5 Insgesamt 7 Bewertungen
Entwickler https://emailfake.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://emailfake.com
URL der Datenschutzrichtlinien-Seite https://emailfake.com/privacy-policy
Unterstützte Sprachen 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'"
}