Zombocalypse Unblocked Game

Zombocalypse unblocked game to play in web browser

Zombocalypse Unblocked Gameคืออะไร?

Zombocalypse Unblocked Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zombocalypse armor และคุณลักษณะหลักของมันคือ "Zombocalypse unblocked game to play in web browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zombocalypse Unblocked Game

ดาวน์โหลดไฟล์ส่วนขยาย Zombocalypse Unblocked Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Play the full 2022 version of the Zombocalypse unblocked for free. Try to survive in this chaos and kill hundreds of zombies.
Technology: Originally Flash, now HTML5 thanks to Ruffle.
Warning: due to security limitations this game will not save you progress. This game is ported from flash, so this is the best version of the game you can find.

Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zombocalypse Unblocked Game Zombocalypse Unblocked Game
ID mgbbgpnbfhmaiihcogfebpmcaegljmjf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zombocalypse-unblocked-ga/mgbbgpnbfhmaiihcogfebpmcaegljmjf
คำอธิบาย Zombocalypse unblocked game to play in web browser
ขนาดไฟล์ 7.44 MB
จำนวนการติดตั้ง 2,268
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-09-01
วันที่เผยแพร่ 2022-09-01
ผู้พัฒนา Zombocalypse armor
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://armorgamesstudios.com/privacy
ภาษาที่รองรับ ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,hi,th,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombocalypse Unblocked Game",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "zombocalypse.html"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_title": "Zombocalypse unblocked",
        "default_icon": {
            "128": "128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "1.1"
}