CubeChat
A simple online chat service where you can move your cube while chatting with others.
O que é CubeChat?
CubeChat é uma extensão do Chrome desenvolvida por Economical Studios, e sua principal característica é "A simple online chat service where you can move your cube while chatting with others.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CubeChat
Baixe arquivos de extensão CubeChat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
URL Oficial | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Descrição | A simple online chat service where you can move your cube while chatting with others. |
Tamanho do Arquivo | 48.93 KB |
Contagem de Instalações | 245 |
Versão Atual | 1.0 |
Última Atualização | 2019-10-04 |
Data de Publicação | 2019-10-03 |
Classificação | 4.56/5 Total de 9 Avaliações |
Desenvolvedor | Economical Studios |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |