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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}