Mad Gunz Unblocked
Mad Gunz unblocked game multiplayer for chrome
Mad Gunz Unblocked là gì?
Mad Gunz Unblocked là một tiện ích mở rộng Chrome được phát triển bởi Mad Gunz royale, và tính năng chính của nó là "Mad Gunz unblocked game multiplayer for chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mad Gunz Unblocked
Tải xuống các tệp mở rộng Mad Gunz Unblocked dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pgamlijkhmkiddneaedbpgmdadaedahp |
URL Chính Thức | https://chrome.google.com/webstore/detail/mad-gunz-unblocked/pgamlijkhmkiddneaedbpgmdadaedahp |
Mô tả | Mad Gunz unblocked game multiplayer for chrome |
Kích Thước Tệp | 97.07 MB |
Số Lần Cài Đặt | 4,821 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2022-09-05 |
Ngày Phát Hành | 2022-09-05 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Mad Gunz royale |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://poki.com/en/c/privacy-statement |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |