Mad Gunz Unblocked

Mad Gunz unblocked game multiplayer for chrome

¿Qué es Mad Gunz Unblocked?

Mad Gunz Unblocked es una extensión de Chrome desarrollada por Mad Gunz royale, y su función principal es "Mad Gunz unblocked game multiplayer for chrome".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mad Gunz Unblocked

Descarga archivos de extensión Mad Gunz Unblocked 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

                        Battle royale game and shooting games online are your favorite genres? So here is Mad Gunz - shooter games online with cool graphics and the variety of modes including battle royale.
Get ready for the shooter of the century in the action-packed pixel game Mad GunZ unblocked! Grab your gun and get ready to dive into the craziest pixel shooting games online. With simple and intuitive controls, you will become a professional in no time! Find weapons and fight off enemies. Unlock more armor and gear to stay alive for as long as possible in this multiplayer shooter.


Game Controls:

Control in the game "Honey Guns" on the computer is carried out using the WASD buttons or arrows.
Left mouse click - shot. Change weapons - buttons 1, 2, 3, 4, 5.

Have Fun!                    

Información Básica de la Extensión

Nombre Mad Gunz Unblocked Mad Gunz Unblocked
ID pgamlijkhmkiddneaedbpgmdadaedahp
URL Oficial https://chrome.google.com/webstore/detail/mad-gunz-unblocked/pgamlijkhmkiddneaedbpgmdadaedahp
Descripción Mad Gunz unblocked game multiplayer for chrome
Tamaño del Archivo 97.07 MB
Cantidad de Instalaciones 4,821
Versión Actual 2.1
Última Actualización 2022-09-05
Fecha de Publicación 2022-09-05
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador Mad Gunz royale
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://poki.com/en/c/privacy-statement
Idiomas Soportados en-US
manifest.json
{
    "name": "Mad Gunz Unblocked",
    "description": "Mad Gunz unblocked game multiplayer for chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1",
    "icons": {
        "128": "img\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Mad Gunz Unblocked",
        "default_icon": "img\/128.png"
    },
    "sandbox": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "play\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}