CubeChat
A simple online chat service where you can move your cube while chatting with others.
Was ist CubeChat?
CubeChat ist eine Chrome-Erweiterung, die von Economical Studios entwickelt wurde, und ihr Hauptmerkmal ist "A simple online chat service where you can move your cube while chatting with others.".
Erweiterungsscreenshots
CubeChat-Erweiterungs-CRX-Datei herunterladen
Laden Sie CubeChat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Offizielle URL | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Beschreibung | A simple online chat service where you can move your cube while chatting with others. |
Dateigröße | 48.93 KB |
Installationsanzahl | 245 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-10-04 |
Veröffentlichungsdatum | 2019-10-03 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | Economical Studios |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |