CubeChat

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

Co to jest CubeChat?

CubeChat to rozszerzenie Chrome opracowane przez Economical Studios, a jego główną funkcją jest „A simple online chat service where you can move your cube while chatting with others.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CubeChat

Pobierz pliki rozszerzeń CubeChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Oficjalny URL https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Opis A simple online chat service where you can move your cube while chatting with others.
Rozmiar pliku 48.93 KB
Liczba instalacji 245
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-10-04
Data Publikacji 2019-10-03
Ocena 4.56/5 Łącznie 9 Oceny
Deweloper Economical Studios
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}