TrashMail.com: Create disposable address

Create disposable email addresses.

什么是TrashMail.com: Create disposable address?

TrashMail.com: Create disposable address是由https://trashmail.com开发的Chrome扩展程序,该扩展的主要功能是“Create disposable email addresses.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载TrashMail.com: Create disposable address扩展crx文件

下载TrashMail.com: Create disposable address扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Create free forwarding disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters...                    

扩展基本信息

名称 TrashMail.com: Create disposable address TrashMail.com: Create disposable address
ID fihbdpohplcdnhllhliaeapefmmpcdjo
官方URL https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo
简介 Create disposable email addresses.
文件大小 628 KB
安装次数 4,274
当前版本 3.0.1
更新时间 2017-03-29
上架时间 2017-03-29
评分 4.35/5 共17次评分
开发者 https://trashmail.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://trashmail.com
帮助页面URL https://trashmail.com/forum/
隐私政策页面URL https://xitroo.com/datenschutz
支持的语言 de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "manifest_version": 2,
    "version": "3.0.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "Icon-16.png",
        "19": "Icon-19.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/trashmail.js",
                "js\/console.js",
                "js\/utils.js",
                "js\/content.js",
                "js\/platform.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/Icon-19.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "menu.html"
    }
}