TrashMail.com: Create disposable address

Create disposable email addresses.

Wat is TrashMail.com: Create disposable address?

TrashMail.com: Create disposable address is een Chrome-extensie ontwikkeld door https://trashmail.com, en de belangrijkste functie is "Create disposable email addresses.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TrashMail.com: Create disposable address

Download TrashMail.com: Create disposable address-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TrashMail.com: Create disposable address TrashMail.com: Create disposable address
ID fihbdpohplcdnhllhliaeapefmmpcdjo
Officiële URL https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo
Beschrijving Create disposable email addresses.
Bestandsgrootte 628 KB
Aantal Installaties 4,274
Huidige Versie 3.0.1
Laatst Bijgewerkt 2017-03-29
Publicatiedatum 2017-03-29
Beoordeling 4.35/5 Totaal 17 Beoordelingen
Ontwikkelaar https://trashmail.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://trashmail.com
Help Pagina-URL https://trashmail.com/forum/
URL van de Privacybeleid Pagina https://xitroo.com/datenschutz
Ondersteunde Talen 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"
    }
}