Vex 6

Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free.

Vex 6란 무엇입니까?

Vex 6은(는) vex games unblocked에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Vex 6 확장 프로그램 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

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 Vex 6
ID eebmcfokiimcgpoldlojdepgfiiamehe
공식 URL https://chromewebstore.google.com/detail/vex-6/eebmcfokiimcgpoldlojdepgfiiamehe
설명 Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free.
파일 크기 15.12 MB
설치 횟수 4,000
현재 버전 1.6.3
최근 업데이트 2023-10-04
출시 날짜 2023-09-13
평점 1.00/5 총 1 개의 평점
개발자 vex games unblocked
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacy-policy-vex/privacy-policy
지원되는 언어 en
manifest.json
{
    "name": "Vex 6",
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "description": "Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free.",
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "action": {
        "default_title": "Vex 6",
        "default_icon": "icons\/32.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "1.6.3"
}