CubeChat

A simple online chat service where you can move your cube while chatting with others.

CubeChat là gì?

CubeChat là một tiện ích mở rộng Chrome được phát triển bởi Economical Studios, và tính năng chính của nó là "A simple online chat service where you can move your cube while chatting with others.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CubeChat

Tải xuống các tệp mở rộng CubeChat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
URL Chính Thức https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Mô tả A simple online chat service where you can move your cube while chatting with others.
Kích Thước Tệp 48.93 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-10-04
Ngày Phát Hành 2019-10-03
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Economical Studios
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}