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
官方網址 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"
    }
}