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文件

下載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
官方網址 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
        }
    ]
}