CubeChat

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

What is CubeChat?

CubeChat is a Chrome extension developed by Economical Studios, and its main feature is "A simple online chat service where you can move your cube while chatting with others.".

Extension Screenshots

screenshot

Download CubeChat Extension CRX File

Download CubeChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Official URL https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Description A simple online chat service where you can move your cube while chatting with others.
File Size 48.93 KB
Installation Count 245
Current Version 1.0
Last Updated 2019-10-04
Publish Date 2019-10-03
Rating 4.56/5 Total 9 Ratings
Developer Economical Studios
Email [email protected]
Payment Type free
Supported Languages 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
}