Vex 5 Unblocked Game

Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game

Vex 5 Unblocked Game क्या है?

Vex 5 Unblocked Game VEXer 5 man द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vex 5 Unblocked Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Play a classic platformer with various obstacles. This vex game works in a browser even on a weak computer with a bad internet connection.
Your objective is to complete each level by reaching the endpoint. Levels are called Acts in this game, and there are multiple acts for you to complete.
Use the flagpoles. These act as checkpoints, and you can spawn by the last one you activated in case you die.
Controls: Use the WASD keys to move around, run, crouch, jump, and climb.
I hope you have a good time playing the unblocked vex 5 game.                    

एक्सटेंशन की मूल जानकारी

नाम Vex 5 Unblocked Game Vex 5 Unblocked Game
ID oamacigemlhpfjhaopcjdeiohohhkabh
आधिकारिक URL https://chrome.google.com/webstore/detail/vex-5-unblocked-game/oamacigemlhpfjhaopcjdeiohohhkabh
विवरण Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game
फ़ाइल का आकार 4.07 MB
स्थापना संख्या 14,018
वर्तमान संस्करण 5.2
अंतिम अपडेट 2022-09-22
प्रकाशन तिथि 2022-08-29
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर VEXer 5 man
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vSki5qlShfB5jbScIN6uXM_vQgW4rn4F2JYBaIsIgepmo4Pn0qEORXkC68dx1_U73TSIlMkNpa8s8dK/pub
समर्थित भाषाएँ de,en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app__",
    "description": "__MSG_title__",
    "manifest_version": 3,
    "version": "1.0.2",
    "version_name": "5.2",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Vex 5",
        "default_icon": "img\/32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/contentRun.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}