CubeChat

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

Что такое CubeChat?

CubeChat - это расширение Chrome, разработанное Economical Studios, и его основная функция - "A simple online chat service where you can move your cube while chatting with others.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CubeChat

Скачайте файлы расширений 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
Официальный URL 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
}