Vex 6

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

Vex 6คืออะไร?

Vex 6 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vex games unblocked และคุณลักษณะหลักของมันคือ "Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vex 6

ดาวน์โหลดไฟล์ส่วนขยาย Vex 6 ในรูปแบบ 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

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"
}