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开发的Chrome扩展程序,该扩展的主要功能是“Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.”。

扩展截图

screenshot
screenshot

下载Fake Email Generator扩展crx文件

下载Fake Email Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}