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
}