Vex 4

Vex 4 game to play in Chrome browser offline for free. Enjoy Vex 4 unblocked game and have fun!

ما هو Vex 4؟

Vex 4 هو إضافة Chrome تم تطويرها بواسطة 2048classic، والميزة الرئيسية لها هي "Vex 4 game to play in Chrome browser offline for free. Enjoy Vex 4 unblocked game and have fun!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Vex 4

قم بتنزيل ملفات الامتداد Vex 4 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Vex 4 is an amazing stick platformer game in which you climb, jump, swim, and fly your way through 9 challenging acts. It is the sequel of Vex 3, a massive hit, and will be equally fun and challenging for players of all ages.

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? You are challenged once again in the world of Vex. 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

Here are some tips for winning Vex 4:

-    Be patient. Don't rush through the levels. Take your time and learn the controls.
-    Use the environment to your advantage. There are many obstacles in the levels that you can use to your advantage. For example, you can use platforms to reach higher areas, or you can use enemies to knock you into the air.
-    Be aware of your surroundings. There are many traps and hazards in the levels. Be careful not to fall into pits or get crushed by moving objects.
-    Practice makes perfect. The more you play, the better you will become. Don't give up if you die a few times. Just keep practicing and you will eventually win.

Here are some additional tips that you may find helpful:

-    Use the dash ability to quickly move around the levels.
-    Use the grapple ability to reach high areas or pull yourself out of danger.
-    Use the slide ability to quickly move through narrow passages.
-    Don't be afraid to experiment. There are many different ways to complete each level.                    

معلومات أساسية عن التمديد

الاسم Vex 4 Vex 4
ID nkjphakddmlpbnlpdnfikbikobmjmacb
عنوان URL الرسمي https://chromewebstore.google.com/detail/vex-4/nkjphakddmlpbnlpdnfikbikobmjmacb
الوصف Vex 4 game to play in Chrome browser offline for free. Enjoy Vex 4 unblocked game and have fun!
حجم الملف 18.3 MB
عدد التثبيتات 40,000
النسخة الحالية 4.1.0
آخر تحديث 2023-11-22
تاريخ النشر 2023-09-13
تقييم 4.65/5 مجموع تقييمات 17
المطور 2048classic
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/16lehML-_9GebwjOiNhLp6Gb8Yu0K3uKkHlCEz1tUwvE/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vex 4",
    "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'"
    },
    "description": "Vex 4 game to play in Chrome browser offline for free. Enjoy Vex 4 unblocked game and have fun!",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "action": {
        "default_title": "Vex 4",
        "default_icon": "icons\/32.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "4.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vex-game.com\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}