Mad Gunz Unblocked

Mad Gunz unblocked game multiplayer for chrome

Was ist Mad Gunz Unblocked?

Mad Gunz Unblocked ist eine Chrome-Erweiterung, die von Mad Gunz royale entwickelt wurde, und ihr Hauptmerkmal ist "Mad Gunz unblocked game multiplayer for chrome".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Mad Gunz Unblocked-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mad Gunz Unblocked-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Mad Gunz Unblocked Mad Gunz Unblocked
ID pgamlijkhmkiddneaedbpgmdadaedahp
Offizielle URL https://chrome.google.com/webstore/detail/mad-gunz-unblocked/pgamlijkhmkiddneaedbpgmdadaedahp
Beschreibung Mad Gunz unblocked game multiplayer for chrome
Dateigröße 97.07 MB
Installationsanzahl 4,821
Aktuelle Version 2.1
Letztes Update 2022-09-05
Veröffentlichungsdatum 2022-09-05
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler Mad Gunz royale
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://poki.com/en/c/privacy-statement
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}