Chat.me

Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.

Chat.meคืออะไร?

Chat.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย speep95 และคุณลักษณะหลักของมันคือ "Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Chat.me is embedded in every site via iframe. It's super safe to use (the chat uses SSL certificates (HTTPS), and it's embedded in an iframe: CORS and XSS protection guaranteed). You will find a global tab to chat with everyone around the world, a site tab to chat with everyone who is visiting your same site, furthermore you can create custom rooms to chat with your friends, and pm message them too. Chat, send messages, audios and medias to everyone and have fun with Chat.me!                    

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

ชื่อ Chat.me Chat.me
ID plbiejejhebchcohmnaikbpemiojfjnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatme/plbiejejhebchcohmnaikbpemiojfjnf
คำอธิบาย Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 312
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-11-10
วันที่เผยแพร่ 2017-11-10
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา speep95
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat.me",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "client.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}