Zombie Mayhem Offline Game

Hold on and shoot at zombies!

Zombie Mayhem Offline Game란 무엇입니까?

Zombie Mayhem Offline Game은(는) https://retrobowl.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hold on and shoot at zombies!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Zombie Mayhem Offline Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Zombie Mayhem Offline Game Zombie Mayhem Offline Game
ID nckcbmepnnaljdikcdpcfgdlggmillph
공식 URL https://chromewebstore.google.com/detail/zombie-mayhem-offline-gam/nckcbmepnnaljdikcdpcfgdlggmillph
설명 Hold on and shoot at zombies!
파일 크기 284 KB
설치 횟수 7,441
현재 버전 1.0.1
최근 업데이트 2023-11-28
출시 날짜 2022-02-02
평점 3.30/5 총 10 개의 평점
개발자 https://retrobowl.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://run3.pro/
도움말 페이지 URL https://flappybird.ee/contact
개인정보 보호 정책 페이지 URL https://flappybird.ee/privacy-policy
지원되는 언어 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\/"
}