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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pokigames23 และคุณลักษณะหลักของมันคือ "Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
            ]
        }
    ]
}