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開發的Chrome擴展程式,該擴展的主要功能是“Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game”。

擴展截圖

screenshot
screenshot
screenshot

下載Vex 5 Unblocked Game擴展crx文件

下載Vex 5 Unblocked Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}