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
公式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
Eメール [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"
        ]
    }
}