CubeChat

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

¿Qué es CubeChat?

CubeChat es una extensión de Chrome desarrollada por Economical Studios, y su función principal es "A simple online chat service where you can move your cube while chatting with others.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CubeChat

Descarga archivos de extensión CubeChat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
URL Oficial https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Descripción A simple online chat service where you can move your cube while chatting with others.
Tamaño del Archivo 48.93 KB
Cantidad de Instalaciones 245
Versión Actual 1.0
Última Actualización 2019-10-04
Fecha de Publicación 2019-10-03
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador Economical Studios
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}