CubeChat

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

Qu'est-ce que CubeChat ?

CubeChat est une extension Chrome développée par Economical Studios, et sa fonction principale est "A simple online chat service where you can move your cube while chatting with others.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CubeChat

Téléchargez les fichiers d'extension CubeChat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
URL Officiel https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Description A simple online chat service where you can move your cube while chatting with others.
Taille du Fichier 48.93 KB
Nombre d'Installations 245
Version Actuelle 1.0
Dernière Mise à Jour 2019-10-04
Date de Publication 2019-10-03
Évaluation 4.56/5 Total 9 Évaluations
Développeur Economical Studios
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}