Mad Gunz Unblocked
Mad Gunz unblocked game multiplayer for chrome
Mad Gunz Unblocked क्या है?
Mad Gunz Unblocked Mad Gunz royale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mad Gunz unblocked game multiplayer for chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mad Gunz Unblocked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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 |
ईमेल | [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": [ "*:\/\/*\/*" ] } ] } |