Zombocalypse Unblocked Game

Zombocalypse unblocked game to play in web browser

Zombocalypse Unblocked Game là gì?

Zombocalypse Unblocked Game là một tiện ích mở rộng Chrome được phát triển bởi Zombocalypse armor, và tính năng chính của nó là "Zombocalypse unblocked game to play in web browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zombocalypse Unblocked Game

Tải xuống các tệp mở rộng Zombocalypse Unblocked Game 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

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zombocalypse Unblocked Game Zombocalypse Unblocked Game
ID mgbbgpnbfhmaiihcogfebpmcaegljmjf
URL Chính Thức https://chrome.google.com/webstore/detail/zombocalypse-unblocked-ga/mgbbgpnbfhmaiihcogfebpmcaegljmjf
Mô tả Zombocalypse unblocked game to play in web browser
Kích Thước Tệp 7.44 MB
Số Lần Cài Đặt 2,268
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2022-09-01
Nhà Phát Triển Zombocalypse armor
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://armorgamesstudios.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}