Xitroo: Disposable address

Create disposable email addresses.

What is Xitroo: Disposable address?

Xitroo: Disposable address is a Chrome extension developed by https://xitroo.com, and its main feature is "Create disposable email addresses.".

Extension Screenshots

screenshot

Download Xitroo: Disposable address Extension CRX File

Download Xitroo: Disposable address extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create disposable email addresses and check out incoming emails with one click!
Perfect for very quick registering on sites without giving out your real email address to protect you against spam.                    

Extension Basic Information

Name Xitroo: Disposable address Xitroo: Disposable address
ID lpainalpleogholidilafkgfnhekkhbo
Official URL https://chromewebstore.google.com/detail/xitroo-disposable-address/lpainalpleogholidilafkgfnhekkhbo
Description Create disposable email addresses.
File Size 267 KB
Installation Count 380
Current Version 1.0.1
Last Updated 2016-11-27
Publish Date 2016-11-27
Rating 5.00/5 Total 1 Ratings
Developer https://xitroo.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://xitroo.com/datenschutz
Supported Languages de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "manifest_version": 2,
    "version": "1.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__"
    }
}