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
Eメール [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'"
}