CubeChat
A simple online chat service where you can move your cube while chatting with others.
Cos'è CubeChat?
CubeChat è un'estensione di Chrome sviluppata da Economical Studios, e la sua funzione principale è "A simple online chat service where you can move your cube while chatting with others.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CubeChat
Scarica i file di estensione CubeChat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
URL Ufficiale | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Descrizione | A simple online chat service where you can move your cube while chatting with others. |
Dimensione del File | 48.93 KB |
Conteggio Installazioni | 245 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-10-04 |
Data di Pubblicazione | 2019-10-03 |
Valutazione | 4.56/5 Totale 9 Valutazioni |
Sviluppatore | Economical Studios |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |