Temp Mail - Disposable Temporary Email

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

Temp Mail - Disposable Temporary Email란 무엇입니까?

Temp Mail - Disposable Temporary Email은(는) https://temp-mail.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Temp Mail - Disposable Temporary Email 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Temp Mail provides temporary, secure, anonymous, free, disposable email address.

Forget about spam, advertising mailings, hacking and attacking robots. 

Keep your real mailbox clean and secure. 

Our extension is advanced version of services like : 10minutemail, guerrillamail, mailinator, getairmail, throwawaymail, tempmail and others.                    

확장 프로그램 기본 정보

이름 Temp Mail - Disposable Temporary Email Temp Mail - Disposable Temporary Email
ID inojafojbhdpnehkhhfjalgjjobnhomj
공식 URL https://chromewebstore.google.com/detail/temp-mail-disposable-temp/inojafojbhdpnehkhhfjalgjjobnhomj
설명 Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
파일 크기 390 KB
설치 횟수 277,144
현재 버전 0.1.0
최근 업데이트 2023-02-07
출시 날짜 2019-12-02
평점 4.86/5 총 1755 개의 평점
개발자 https://temp-mail.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://temp-mail.org
도움말 페이지 URL https://temp-mail.org/contact
개인정보 보호 정책 페이지 URL https://temp-mail.org/privacy-policy
지원되는 언어 de,en,en-GB,en-US,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,sr,ru,uk,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "TempMail",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.0",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "img\/16x16.png",
        "128": "img\/128x128.png",
        "48": "img\/48x48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html",
        "default_title": "TempMail"
    },
    "web_accessible_resources": [],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.temp-mail.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}