Ghost for Chat

Ghost for Chat allows you to vanish from Facebook’s chat and talk to whomever you’d like without getting caught.

Ghost for Chatคืออะไร?

Ghost for Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.ghostforchat.com และคุณลักษณะหลักของมันคือ "Ghost for Chat allows you to vanish from Facebook’s chat and talk to whomever you’d like without getting caught."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ghost for Chat

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

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

                        Ghost for Chat allows you to vanish from Facebook’s chat and talk to whomever you’d like without getting caught. You’ll leave no "since you have been on" traces, no little green balls next to your name and you won’t appear on the chat list!                    

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

ชื่อ Ghost for Chat Ghost for Chat
ID fjmagjbdkhekfegapmobmfdceainabca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ghost-for-chat/fjmagjbdkhekfegapmobmfdceainabca
คำอธิบาย Ghost for Chat allows you to vanish from Facebook’s chat and talk to whomever you’d like without getting caught.
ขนาดไฟล์ 616 KB
จำนวนการติดตั้ง 5,036
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2018-03-20
วันที่เผยแพร่ 2018-03-20
คะแนน 2.46/5 รวมทั้งหมด 131 คะแนน
ผู้พัฒนา www.ghostforchat.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ghostforchat.com/
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/inactive.png",
        "default_popup": "popup.html",
        "default_title": "Ghost for Chat"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js",
                "killfeed.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Ghost for Chat allows you to vanish from Facebook\u2019s chat and talk to whomever you\u2019d like without getting caught.",
    "homepage_url": "http:\/\/ghostforchat.com\/",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "36": "images\/36x36.png",
        "64": "images\/64x64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbrJqM1vbJFiyD7WVICWl53YfD\/gLq1JusGZBV8ZPsIQIU0sIa2W5qEpggjLF7D4+p5X3XkccEBrKRwwUgoI6BWxjwtMpvn7r+QLV87wrxmuTDQtYhL6U26Obhhuo6gL+wvFkrzFlNdFzIgnt5jo27\/QSNswwvVgPF5Qkk9i8ARBsMkS6xuKOMXS2AZAf6Ykh4+ja0SxJx2RFD3LOE3SmT5lju0zpe8owiZWoKvLtKw\/bT7UOeyC5eVY6D5eDpj8X7V9V\/PPiGxjXl3o8a\/tqYa73pJ7dRsQ237xh3FfkRYcerWOoqo5PejRrZac6QA0KTGOECnSVuWHLTXw2uSMAQIDAQAB",
    "manifest_version": 2,
    "name": "Ghost for Chat",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*",
        "storage",
        "*:\/\/*.ghostforchat.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8",
    "web_accessible_resources": [
        "*.*"
    ]
}