Vex 4 Unblocked game

Vex 4 Unblocked game with stickman for free and offline

Vex 4 Unblocked game là gì?

Vex 4 Unblocked game là một tiện ích mở rộng Chrome được phát triển bởi VEX unblocked, và tính năng chính của nó là "Vex 4 Unblocked game with stickman for free and offline".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vex 4 Unblocked game

Tải xuống các tệp mở rộng Vex 4 Unblocked game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        You are challenged once again in the world of Vex. There are many obstacles to beat, and your reflexes determine the outcome of every level. Can you beat this episode and claim the title of Vex 4 champion? Have fun!
Features:
- Cool physics and reflexes
- 9 acts to play, with the ability to play in hard mode
- Challenge room that consists of 30 floors to beat
- Different trophies
- The sequel to Vex 3                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vex 4 Unblocked game Vex 4 Unblocked game
ID phjhbkdgnjaokligmkimgnlagccanodn
URL Chính Thức https://chrome.google.com/webstore/detail/vex-4-unblocked-game/phjhbkdgnjaokligmkimgnlagccanodn
Mô tả Vex 4 Unblocked game with stickman for free and offline
Kích Thước Tệp 18.26 MB
Số Lần Cài Đặt 54,082
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2022-08-31
Ngày Phát Hành 2022-08-31
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển VEX unblocked
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://extpose.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,hi,th,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vex 4 Unblocked game",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "vex4.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval';"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png"
    },
    "action": {
        "default_title": "Vex 4",
        "default_icon": {
            "128": "images\/128.png",
            "32": "images\/32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "4.1"
}