Vex 4 Unblocked game

Vex 4 Unblocked game with stickman for free and offline

什么是Vex 4 Unblocked game?

Vex 4 Unblocked game是由VEX unblocked开发的Chrome扩展程序,该扩展的主要功能是“Vex 4 Unblocked game with stickman for free and offline”。

扩展截图

screenshot
screenshot
screenshot

下载Vex 4 Unblocked game扩展crx文件

下载Vex 4 Unblocked game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You are challenged once again in the world of Vex. There are many obstacles to beat, and your reflexes determine the outcome of every level. Can you beat this episode and claim the title of Vex 4 champion? Have fun!
Features:
- Cool physics and reflexes
- 9 acts to play, with the ability to play in hard mode
- Challenge room that consists of 30 floors to beat
- Different trophies
- The sequel to Vex 3                    

扩展基本信息

名称 Vex 4 Unblocked game Vex 4 Unblocked game
ID phjhbkdgnjaokligmkimgnlagccanodn
官方URL https://chrome.google.com/webstore/detail/vex-4-unblocked-game/phjhbkdgnjaokligmkimgnlagccanodn
简介 Vex 4 Unblocked game with stickman for free and offline
文件大小 18.26 MB
安装次数 54,082
当前版本 4.1
更新时间 2022-08-31
上架时间 2022-08-31
评分 4.00/5 共4次评分
开发者 VEX unblocked
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://extpose.com/privacy-policy
支持的语言 ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,hi,th,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vex 4 Unblocked game",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "vex4.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval';"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png"
    },
    "action": {
        "default_title": "Vex 4",
        "default_icon": {
            "128": "images\/128.png",
            "32": "images\/32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "4.1"
}