Vex 4 Unblocked game

Vex 4 Unblocked game with stickman for free and offline

Vex 4 Unblocked game क्या है?

Vex 4 Unblocked game VEX unblocked द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vex 4 Unblocked game with stickman for free and offline"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vex 4 Unblocked game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Vex 4 Unblocked game Vex 4 Unblocked game
ID phjhbkdgnjaokligmkimgnlagccanodn
आधिकारिक URL https://chrome.google.com/webstore/detail/vex-4-unblocked-game/phjhbkdgnjaokligmkimgnlagccanodn
विवरण Vex 4 Unblocked game with stickman for free and offline
फ़ाइल का आकार 18.26 MB
स्थापना संख्या 54,082
वर्तमान संस्करण 4.1
अंतिम अपडेट 2022-08-31
प्रकाशन तिथि 2022-08-31
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर VEX unblocked
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://extpose.com/privacy-policy
समर्थित भाषाएँ 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"
}