TMail - Temporary Disposable Email, Temp Mail

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

什么是TMail - Temporary Disposable Email, Temp Mail?

TMail - Temporary Disposable Email, Temp Mail是由sudodk开发的Chrome扩展程序,该扩展的主要功能是“Temporary disposable email address. Protect your email from spam, bots and phishing with TMail.”。

扩展截图

screenshot
screenshot
screenshot

下载TMail - Temporary Disposable Email, Temp Mail扩展crx文件

下载TMail - Temporary Disposable Email, Temp Mail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TMail extensions using, you can instantly generate unlimited 100% Free temporary disposable anonymous email address quickly receive emails, including images or any other attachments.

TMail is a lifehack in the digital world. temporary email clean and safe your personal mail or gmail inbox. temp mail or 10minute mail app lets you forget about anonymous endless ads, spam, hacking and phishing attempts in your real inbox. temp-mail as well as stay private while signing up at various apps, games, froum, websites and online services.                    

扩展基本信息

名称 TMail - Temporary Disposable Email, Temp Mail TMail - Temporary Disposable Email, Temp Mail
ID jmmefoocceecemfpjjkhiehnebeehlnn
官方URL https://chromewebstore.google.com/detail/tmail-temporary-disposabl/jmmefoocceecemfpjjkhiehnebeehlnn
简介 Temporary disposable email address. Protect your email from spam, bots and phishing with TMail.
文件大小 56.97 KB
安装次数 496
当前版本 1.1
更新时间 2021-11-26
上架时间 2021-11-19
评分 5.00/5 共1次评分
开发者 sudodk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://t-mail.org
隐私政策页面URL https://trash-mail.io/privacy-policy
支持的语言 de,en,en-GB,en-US,fr,nl,tr,es,it,pl,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TMail",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/t-mail.org",
    "author": "https:\/\/t-mail.org\/",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "icons": {
        "16": "img\/16x16.png",
        "24": "img\/24x24.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16x16.png",
            "24": "img\/24x24.png",
            "32": "img\/32x32.png",
            "48": "img\/48x48.png",
            "128": "img\/128x128.png"
        },
        "default_popup": "popup.html",
        "default_title": "TMail"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+Z",
                "windows": "Ctrl+Shift+Z"
            }
        }
    },
    "permissions": [
        "https:\/\/*.t-mail.org\/*"
    ]
}