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