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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}