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”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | pgamlijkhmkiddneaedbpgmdadaedahp |
官方網址 | 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 |
電子郵箱 | [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": [ "*:\/\/*\/*" ] } ] } |