FakesMail - Temporary Email

Temporary email address. Protect your email from spam, bots and phishing with FakesMail.

FakesMail - Temporary Emailとは何ですか?

FakesMail - Temporary Emailはhttps://fakesmail.comによって開発されたChromeの拡張機能で、その主な機能は「Temporary email address. Protect your email from spam, bots and phishing with FakesMail.」です。

拡張機能のスクリーンショット

screenshot
screenshot

FakesMail - Temporary Email拡張機能のCRXファイルをダウンロード

FakesMail - Temporary Email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you tired of spam in your inbox? Don't want to use your real email when signing up? Just use a temporary disposable FakesMail address! Create your temporary inbox at once. No limit – create multiple inboxes. Lasts for an unlimited period of time.

FakesMail is a life hack in the age of information overload. FakesMail app lets you forget about annoying ads, spam, and phishing attempts in your real inbox. Create your temporary fake email as soon as you access the app. Receive letters, coupons, and access confirmations immediately and save them for two days. With FakesMail, you can keep your real email clean and secure, as well as stay private while signing up to various online services and websites.

Why Use FakesMail?
. Keep your real inbox spam-free
. Stay private while signing up at new sites
. Get your temporary fake inbox right away
. Get letters stored for unlimited period and then deleted
. Effortlessly manage your multiple inboxes
. Much more

Our Key Features :
- No registration needed
- Customize email addresses
- Protection of online privacy
- There are no spam and viruses
- Unlimited number of mail
- Multiple mailboxes creation
- Multiple domains email
- Extensive domain list
- Custom email address change
- Multiple languages
- Notification receive
- Much more

Also, our FakesMail lets you stay private and 100% anonymous while creating accounts on various online services and websites. Moreover, no registration is required.

For More Visit Us:
Website: https://fakesmail.com
Privacy Policy: https://fakesmail.com/page/privacy-policy
Terms of service: https://fakesmail.com/page/terms-of-service
Mobile App: https://play.google.com/store/apps/details?id=app.fakesmail.com                    

拡張機能の基本情報

名前 FakesMail - Temporary Email FakesMail - Temporary Email
ID cbegoaefmneaieaaikkmbkjhklkglagf
公式URL https://chromewebstore.google.com/detail/fakesmail-temporary-email/cbegoaefmneaieaaikkmbkjhklkglagf
説明 Temporary email address. Protect your email from spam, bots and phishing with FakesMail.
ファイルサイズ 158 KB
インストール数 67
現在のバージョン 1.0.4
最終更新日 2023-07-06
公開日 2022-09-22
評価 5.00/5 合計 2 レビュー
開発者 https://fakesmail.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fakesmail.com
ヘルプページのURL https://fakesmail.com/contact
プライバシーポリシーページのURL https://fakesmail.com/page/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FakesMail - Temporary Email",
    "short_name": "FakesMail",
    "version": "1.0.4",
    "description": "Temporary email address. Protect your email from spam, bots and phishing with FakesMail.",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/logo-16.png",
            "32": "assets\/images\/logo-32.png",
            "48": "assets\/images\/logo-48.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo-16.png",
        "32": "assets\/images\/logo-32.png",
        "128": "assets\/images\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.6.0.min.js",
                "assets\/js\/inject.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "manifest_version": 3
}