Vex 5

Vex 5 game in chrome extension to play unblocked offline.

¿Qué es Vex 5?

Vex 5 es una extensión de Chrome desarrollada por Games Premium, y su función principal es "Vex 5 game in chrome extension to play unblocked offline.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Vex 5

Descarga archivos de extensión Vex 5 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Prepare yourself for an adrenaline-pumping adventure with Vex 5, the electrifying fifth installment in the legendary Vex series! This platform game is an epic journey through a maze of heart-pounding peril, filled with deadly devices and treacherous traps that will push your skills to the absolute limit.

In Vex 5, you're not just playing a game; you're embarking on a daring quest where each level is a mind-bending puzzle of survival. Brace yourself for the ultimate challenge as you outsmart these diabolical obstacles and race towards the exhilarating finish line.

But beware, my friend, for triumph in Vex 5 comes at a price - a price paid in countless decapitations by merciless spikes and relentless spinning blades. It's a crucible of determination where you'll learn to embrace failure as your greatest teacher. Through every harrowing setback, you'll uncover the secrets to conquering each level, only to be hurled into the next, ready to face the chaos anew.

In the world of Vex, there's a rhythm to the madness. Take a breath, observe the chaos unfolding before you, and time your moves with pinpoint precision. Each level is a mesmerizing dance of strategy and skill.

With a staggering 10 regular acts to conquer, Vex 5 promises an escalating thrill ride that will leave you breathless. The labyrinth becomes a mind-bending enigma, and the traps evolve into devilish contraptions that will test your mettle like never before. Are you up to the challenge? It's time to find out!                    

Información Básica de la Extensión

Nombre Vex 5 Vex 5
ID pjaeckaiegakihlhoeopmpcchblcaaee
URL Oficial https://chromewebstore.google.com/detail/vex-5/pjaeckaiegakihlhoeopmpcchblcaaee
Descripción Vex 5 game in chrome extension to play unblocked offline.
Tamaño del Archivo 11.23 MB
Cantidad de Instalaciones 9,000
Versión Actual 1.0.2
Última Actualización 2023-10-10
Fecha de Publicación 2023-09-12
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador Games Premium
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/privacy-policy-092
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "version": "1.0.2",
    "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'"
    },
    "name": "Vex 5",
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "description": "Vex 5 game in chrome extension to play unblocked offline.",
    "web_accessible_resources": [
        {
            "resources": [
                "json\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Vex 5",
        "default_icon": "icons\/32.png"
    }
}