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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://temp-mail.org และคุณลักษณะหลักของมันคือ "Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Temp Mail - Disposable Temporary Email

ดาวน์โหลดไฟล์ส่วนขยาย Temp Mail - Disposable Temporary Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}