CubeChat

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

Apa itu CubeChat?

CubeChat adalah ekstensi Chrome yang dikembangkan oleh Economical Studios, dan fitur utamanya adalah "A simple online chat service where you can move your cube while chatting with others.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CubeChat

Unduh file ekstensi CubeChat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
URL Resmi https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Deskripsi A simple online chat service where you can move your cube while chatting with others.
Ukuran File 48.93 KB
Jumlah Instalasi 245
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-10-04
Tanggal Publikasi 2019-10-03
Penilaian 4.56/5 Total 9 Penilaian
Pengembang Economical Studios
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}