CubeChat
A simple online chat service where you can move your cube while chatting with others.
Hvad er CubeChat?
CubeChat er en Chrome-udvidelse udviklet af Economical Studios, og dens hovedfunktion er "A simple online chat service where you can move your cube while chatting with others.".
Udvidelsesskærmbilleder
Download CubeChat-udvidelses-CRX-fil
Download CubeChat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Officiel URL | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
Beskrivelse | A simple online chat service where you can move your cube while chatting with others. |
Filstørrelse | 48.93 KB |
Antal Installationer | 245 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-10-04 |
Udgivelsesdato | 2019-10-03 |
Bedømmelse | 4.56/5 Samlet 9 Bedømmelser |
Udvikler | Economical Studios |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |