TrashMail.com: Create disposable address

Create disposable email addresses.

Was ist TrashMail.com: Create disposable address?

TrashMail.com: Create disposable address ist eine Chrome-Erweiterung, die von https://trashmail.com entwickelt wurde, und ihr Hauptmerkmal ist "Create disposable email addresses.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

TrashMail.com: Create disposable address-Erweiterungs-CRX-Datei herunterladen

Laden Sie TrashMail.com: Create disposable address-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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...                    

Grundlegende Informationen zur Erweiterung

Name TrashMail.com: Create disposable address TrashMail.com: Create disposable address
ID fihbdpohplcdnhllhliaeapefmmpcdjo
Offizielle URL https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo
Beschreibung Create disposable email addresses.
Dateigröße 628 KB
Installationsanzahl 4,274
Aktuelle Version 3.0.1
Letztes Update 2017-03-29
Veröffentlichungsdatum 2017-03-29
Bewertung 4.35/5 Insgesamt 17 Bewertungen
Entwickler https://trashmail.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://trashmail.com
Hilfeseite URL https://trashmail.com/forum/
URL der Datenschutzrichtlinien-Seite https://xitroo.com/datenschutz
Unterstützte Sprachen 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"
    }
}