CubeChat
A simple online chat service where you can move your cube while chatting with others.
什么是CubeChat?
CubeChat是由Economical Studios开发的Chrome扩展程序,该扩展的主要功能是“A simple online chat service where you can move your cube while chatting with others.”。
扩展截图
下载CubeChat扩展crx文件
下载CubeChat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
官方URL | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
简介 | A simple online chat service where you can move your cube while chatting with others. |
文件大小 | 48.93 KB |
安装次数 | 245 |
当前版本 | 1.0 |
更新时间 | 2019-10-04 |
上架时间 | 2019-10-03 |
评分 | 4.56/5 共9次评分 |
开发者 | Economical Studios |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |