Vex 5 Unblocked Game

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

Wat is Vex 5 Unblocked Game?

Vex 5 Unblocked Game is een Chrome-extensie ontwikkeld door VEXer 5 man, en de belangrijkste functie is "Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Vex 5 Unblocked Game

Download Vex 5 Unblocked Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Vex 5 Unblocked Game Vex 5 Unblocked Game
ID oamacigemlhpfjhaopcjdeiohohhkabh
Officiële URL https://chrome.google.com/webstore/detail/vex-5-unblocked-game/oamacigemlhpfjhaopcjdeiohohhkabh
Beschrijving Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game
Bestandsgrootte 4.07 MB
Aantal Installaties 14,018
Huidige Versie 5.2
Laatst Bijgewerkt 2022-09-22
Publicatiedatum 2022-08-29
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar VEXer 5 man
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vSki5qlShfB5jbScIN6uXM_vQgW4rn4F2JYBaIsIgepmo4Pn0qEORXkC68dx1_U73TSIlMkNpa8s8dK/pub
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}