Chrome Chat

Real Time Anonymous Chat

Chrome Chatとは何ですか?

Chrome Chatはweitingchen310によって開発されたChromeの拡張機能で、その主な機能は「Real Time Anonymous Chat」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Chrome Chat拡張機能のCRXファイルをダウンロード

Chrome Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple anonymous chat extension. Chat with random people. The extension does not store any of your messages. Please see the code here                    

拡張機能の基本情報

名前 Chrome Chat Chrome Chat
ID mademejnekngabiagdlbfcmhfnijmkpg
公式URL https://chromewebstore.google.com/detail/chrome-chat/mademejnekngabiagdlbfcmhfnijmkpg
説明 Real Time Anonymous Chat
ファイルサイズ 437 KB
インストール数 214
現在のバージョン 1.1
最終更新日 2019-09-25
公開日 2019-09-25
評価 1.00/5 合計 1 レビュー
開発者 weitingchen310
支払い方法 free
拡張機能のウェブサイト https://github.com/weitingtw/chrome-chat-server
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Chat",
    "version": "1.1",
    "description": "Real Time Anonymous Chat",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "start chatting"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}