Fake Email Generator

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

Fake Email Generator क्या है?

Fake Email Generator https://emailfake.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fake Email Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Fake Email Generator Fake Email Generator
ID gjpheonblhjlkmhmkagacbjopagbpclo
आधिकारिक URL https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo
विवरण Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
फ़ाइल का आकार 81.58 KB
स्थापना संख्या 11,851
वर्तमान संस्करण 1.711
अंतिम अपडेट 2021-07-28
प्रकाशन तिथि 2019-12-07
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर https://emailfake.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://emailfake.com
गोपनीयता नीति पृष्ठ URL https://emailfake.com/privacy-policy
समर्थित भाषाएँ 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'"
}