CubeChat

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

Vad är CubeChat?

CubeChat är en Chrome-tillägg utvecklad av Economical Studios, och dess huvudfunktion är "A simple online chat service where you can move your cube while chatting with others.".

Tilläggsskärmbilder

screenshot

Ladda ner CubeChat-förlängningens CRX-fil

Ladda ner CubeChat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CubeChat CubeChat
ID cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Officiell webbadress https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg
Beskrivning A simple online chat service where you can move your cube while chatting with others.
Filstorlek 48.93 KB
Antal Installationer 245
Aktuell Version 1.0
Senast Uppdaterad 2019-10-04
Publiceringsdatum 2019-10-03
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare Economical Studios
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}