CubeChat

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

ما هو CubeChat؟

CubeChat هو إضافة Chrome تم تطويرها بواسطة Economical Studios، والميزة الرئيسية لها هي "A simple online chat service where you can move your cube while chatting with others.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CubeChat

قم بتنزيل ملفات الامتداد CubeChat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
}