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是由speep95開發的Chrome擴展程式,該擴展的主要功能是“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

下載Chat.me擴展crx文件

下載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
官方網址 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"
        ]
    }
}