TrashMail.com: Create disposable address

Create disposable email addresses.

Co to jest TrashMail.com: Create disposable address?

TrashMail.com: Create disposable address to rozszerzenie Chrome opracowane przez https://trashmail.com, a jego główną funkcją jest „Create disposable email addresses.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TrashMail.com: Create disposable address

Pobierz pliki rozszerzeń TrashMail.com: Create disposable address w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa TrashMail.com: Create disposable address TrashMail.com: Create disposable address
ID fihbdpohplcdnhllhliaeapefmmpcdjo
Oficjalny URL https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo
Opis Create disposable email addresses.
Rozmiar pliku 628 KB
Liczba instalacji 4,274
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2017-03-29
Data Publikacji 2017-03-29
Ocena 4.35/5 Łącznie 17 Oceny
Deweloper https://trashmail.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://trashmail.com
Adres URL Strony Pomocy https://trashmail.com/forum/
Adres URL Strony Polityki Prywatności https://xitroo.com/datenschutz
Obsługiwane Języki 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"
    }
}