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