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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}