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
Eメール [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"
    }
}