Vex 6 Unblocked Game

Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others

什么是Vex 6 Unblocked Game?

Vex 6 Unblocked Game是由pokigames23开发的Chrome扩展程序,该扩展的主要功能是“Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Vex 6 Unblocked Game扩展crx文件

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

扩展使用说明

                        Vex 6 Unblocked Game is the sixth platform game in the Vex series. There are several new features and challenges in Vex 6.
As usual, navigate through a series of tricky traps and obstacles to make it to the end of each level!

Like the previous Vex games, you’re going to be repeatedly slashed, splatted, and decapitated by various deadly contraptions. The only way to get better and minimize deaths is to keep playing until you have mastered the technique and know the timings perfectly.

Vex 6 Unblocked Game Features:
* Survive tricky traps and obstacles
* Unlock new skins for your character
* Share this game with friends on facebook

Controls
* AD or left/right arrow to move
* W or up arrow to jump
* S or down arrow to crouch (enter an act)                    

扩展基本信息

名称 Vex 6 Unblocked Game Vex 6 Unblocked Game
ID bajmkabbegclbpafkembjmancglfgomf
官方URL https://chrome.google.com/webstore/detail/vex-6-unblocked-game/bajmkabbegclbpafkembjmancglfgomf
简介 Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others
文件大小 14.69 MB
安装次数 16,724
当前版本 6
更新时间 2022-09-23
上架时间 2022-09-23
评分 2.40/5 共5次评分
开发者 pokigames23
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://poki.com/en/c/privacy-statement
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vex 6 Unblocked Game",
    "description": "Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others",
    "manifest_version": 3,
    "version": "1.0.0",
    "version_name": "6",
    "icons": {
        "128": "128.png",
        "32": "32.png"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "Vex 6 Unblocked",
        "default_icon": "32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/cache.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}