Xitroo: Disposable address

Create disposable email addresses.

Xitroo: Disposable addressคืออะไร?

Xitroo: Disposable address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xitroo.com และคุณลักษณะหลักของมันคือ "Create disposable email addresses."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xitroo: Disposable address

ดาวน์โหลดไฟล์ส่วนขยาย Xitroo: Disposable address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Xitroo: Disposable address Xitroo: Disposable address
ID lpainalpleogholidilafkgfnhekkhbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xitroo-disposable-address/lpainalpleogholidilafkgfnhekkhbo
คำอธิบาย Create disposable email addresses.
ขนาดไฟล์ 267 KB
จำนวนการติดตั้ง 380
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-11-27
วันที่เผยแพร่ 2016-11-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://xitroo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://xitroo.com/datenschutz
ภาษาที่รองรับ 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__"
    }
}