Xitroo: Disposable address

Create disposable email addresses.

Xitroo: Disposable address là gì?

Xitroo: Disposable address là một tiện ích mở rộng Chrome được phát triển bởi https://xitroo.com, và tính năng chính của nó là "Create disposable email addresses.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Xitroo: Disposable address

Tải xuống các tệp mở rộng Xitroo: Disposable address dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Xitroo: Disposable address Xitroo: Disposable address
ID lpainalpleogholidilafkgfnhekkhbo
URL Chính Thức https://chromewebstore.google.com/detail/xitroo-disposable-address/lpainalpleogholidilafkgfnhekkhbo
Mô tả Create disposable email addresses.
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 380
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-11-27
Ngày Phát Hành 2016-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://xitroo.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://xitroo.com/datenschutz
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}