Mad Gunz Unblocked

Mad Gunz unblocked game multiplayer for chrome

Mad Gunz Unblockedとは何ですか?

Mad Gunz UnblockedはMad Gunz royaleによって開発されたChromeの拡張機能で、その主な機能は「Mad Gunz unblocked game multiplayer for chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Mad Gunz Unblocked拡張機能のCRXファイルをダウンロード

Mad Gunz Unblocked拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Mad Gunz Unblocked Mad Gunz Unblocked
ID pgamlijkhmkiddneaedbpgmdadaedahp
公式URL https://chrome.google.com/webstore/detail/mad-gunz-unblocked/pgamlijkhmkiddneaedbpgmdadaedahp
説明 Mad Gunz unblocked game multiplayer for chrome
ファイルサイズ 97.07 MB
インストール数 4,821
現在のバージョン 2.1
最終更新日 2022-09-05
公開日 2022-09-05
評価 4.25/5 合計 4 レビュー
開発者 Mad Gunz royale
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://poki.com/en/c/privacy-statement
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}