Zombie Mayhem Offline Game
Hold on and shoot at zombies!
Was ist Zombie Mayhem Offline Game?
Zombie Mayhem Offline Game ist eine Chrome-Erweiterung, die von https://retrobowl.me entwickelt wurde, und ihr Hauptmerkmal ist "Hold on and shoot at zombies!".
Erweiterungsscreenshots
Zombie Mayhem Offline Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zombie Mayhem Offline Game-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
Zombie Mayhem
The world is in danger: A deadly virus is infecting a growing number of territories and turning people into zombies.
You're given the unique task to save the world from the zombie apocalypse. A big challenge, as zombies walk fast and have to be killed before they're out of reach.
Zombie Mayhem is a simple and fun FPS game, suitable for kids and adults for heart-stopping action.
How to play Zombie Mayhem
— Hold on and shoot at zombies.
— If you have no ammo, reload with key 'R' or reload your gun by taping on the refresh button on the bottom right.
— Make sure you kill the zombies before they leave the screen.
Play more games on the left-bar menu
Other
— Under 15MB: Keep your storage free with a small app size.
— Zombie Mayhem Cat is completely free to play.
— Offline playable: No need to connect to the internet.
Play and save the world from the zombie apocalypse with Zombie Mayhem now. Have fun!
WHAT'S NEW?
v1.0.0
- First release
- improve design
- beautify icons
- add splashscreen
- Mute/unmute game sounds button
- bugfixes Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nckcbmepnnaljdikcdpcfgdlggmillph |
| Offizielle URL | https://chromewebstore.google.com/detail/zombie-mayhem-offline-gam/nckcbmepnnaljdikcdpcfgdlggmillph |
| Beschreibung | Hold on and shoot at zombies! |
| Dateigröße | 284 KB |
| Installationsanzahl | 7,441 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2023-11-28 |
| Veröffentlichungsdatum | 2022-02-02 |
| Bewertung | 3.30/5 Insgesamt 10 Bewertungen |
| Entwickler | https://retrobowl.me |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://run3.pro/ |
| Hilfeseite URL | https://flappybird.ee/contact |
| URL der Datenschutzrichtlinien-Seite | https://flappybird.ee/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Zombie Mayhem Offline Game",
"version": "1.0.1",
"version_name": "1.0.1",
"action": {
"default_icon": {
"24": "img\/24x24.png",
"32": "img\/32x32.png"
},
"default_title": "Zombie Mayhem!",
"default_popup": "index.html"
},
"background": {
"service_worker": "update.js"
},
"offline_enabled": true,
"description": "Hold on and shoot at zombies!",
"icons": {
"16": "img\/16x16.png",
"48": "img\/48x48.png",
"128": "img\/128x128.png"
},
"options_page": "index.html",
"homepage_url": "https:\/\/w3technic.com\/games\/zombie-mayhem\/"
} | |