CubeChat

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

Co je CubeChat?

CubeChat je rozšíření Chrome vyvinuté Economical Studios, a jeho hlavní funkcí je „A simple online chat service where you can move your cube while chatting with others.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CubeChat

Stáhněte si soubory rozšíření CubeChat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Oficiální URL https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Popis A simple online chat service where you can move your cube while chatting with others.
Velikost souboru 48.93 KB
Počet instalací 245
Aktuální Verze 1.0
Poslední Aktualizace 2019-10-04
Datum Vydání 2019-10-03
Hodnocení 4.56/5 Celkem 9 Hodnocení
Vývojář Economical Studios
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}