Temp Mail

Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email

什么是Temp Mail?

Temp Mail是由https://temp-mail.io开发的Chrome扩展程序,该扩展的主要功能是“Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Temp Mail扩展crx文件

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

扩展使用说明

                        Temp Mail is temporary email tool which provide you disposable email address.

You can use it for registration on any websites, so your real email address will keep clean, because you will not get awful subscriptions which many websites sending very often. And also prevent you from many viruses, malwares, etc.

Simply click on the Temp Mail icon to get your email, use this email in what you want, and read message by clicking "Open email".                    

扩展基本信息

名称 Temp Mail Temp Mail
ID ckcdnopgiijkcoejjophlljlfommgihi
官方URL https://chromewebstore.google.com/detail/temp-mail/ckcdnopgiijkcoejjophlljlfommgihi
简介 Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email
文件大小 291 KB
安装次数 10,000
当前版本 1.9.9
更新时间 2023-08-28
上架时间 2020-06-01
评分 4.44/5 共9次评分
开发者 https://temp-mail.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://temp-mail.io
帮助页面URL https://temp-mail.io/faq
隐私政策页面URL https://temp-mail.io/en/privacy-policy
支持的语言 de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temp Mail",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/temp-mail.io",
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "64": ".\/icons\/icon-64.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png",
        "512": ".\/icons\/icon-512.png",
        "1024": ".\/icons\/icon-1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "20": ".\/icons\/icon-20.png",
            "24": ".\/icons\/icon-24.png",
            "32": ".\/icons\/icon-32.png",
            "40": ".\/icons\/icon-40.png"
        },
        "default_popup": ".\/popup.html",
        "default_title": "Temp Mail"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "version": "1.9.9",
    "description": "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    }
}