CubeChat
A simple online chat service where you can move your cube while chatting with others.
Wat is CubeChat?
CubeChat is een Chrome-extensie ontwikkeld door Economical Studios, en de belangrijkste functie is "A simple online chat service where you can move your cube while chatting with others.".
Extensie Screenshots
Download het CRX-bestand van de extensie CubeChat
Download CubeChat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Officiële URL | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Beschrijving | A simple online chat service where you can move your cube while chatting with others. |
Bestandsgrootte | 48.93 KB |
Aantal Installaties | 245 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-10-04 |
Publicatiedatum | 2019-10-03 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Economical Studios |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |