CubeChat

A simple online chat service where you can move your cube while chatting with others.

什麼是CubeChat?

CubeChat是由Economical Studios開發的Chrome擴展程式,該擴展的主要功能是“A simple online chat service where you can move your cube while chatting with others.”。

擴展截圖

screenshot

下載CubeChat擴展crx文件

下載CubeChat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CubeChat is an extension where you can move your cube around the screen while chatting with other players. Keep track of how far you have moved your cube, and compete for the most distance moved!                    

擴展基本資訊

名稱 CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
官方網址 https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
簡介 A simple online chat service where you can move your cube while chatting with others.
檔案大小 48.93 KB
安裝次數 245
目前版本 1.0
更新時間 2019-10-04
上架時間 2019-10-03
評分 4.56/5 共 9 次評分
開發者 Economical Studios
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CubeChat",
    "short_name": "CubeChat",
    "version": "1.0",
    "description": "A simple online chat service where you can move your cube while chatting with others.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logos\/cubechat.png",
            "32": "images\/logos\/cubechat.png",
            "48": "images\/logos\/cubechat.png",
            "128": "images\/logos\/cubechat.png"
        }
    },
    "icons": {
        "16": "images\/logos\/cubechat.png",
        "32": "images\/logos\/cubechat.png",
        "48": "images\/logos\/cubechat.png",
        "128": "images\/logos\/cubechat.png"
    },
    "manifest_version": 2
}