Zombocalypse Unblocked Game

Zombocalypse unblocked game to play in web browser

Was ist Zombocalypse Unblocked Game?

Zombocalypse Unblocked Game ist eine Chrome-Erweiterung, die von Zombocalypse armor entwickelt wurde, und ihr Hauptmerkmal ist "Zombocalypse unblocked game to play in web browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Zombocalypse Unblocked Game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zombocalypse Unblocked 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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Zombocalypse Unblocked Game Zombocalypse Unblocked Game
ID mgbbgpnbfhmaiihcogfebpmcaegljmjf
Offizielle URL https://chrome.google.com/webstore/detail/zombocalypse-unblocked-ga/mgbbgpnbfhmaiihcogfebpmcaegljmjf
Beschreibung Zombocalypse unblocked game to play in web browser
Dateigröße 7.44 MB
Installationsanzahl 2,268
Aktuelle Version 1.1
Letztes Update 2022-09-01
Veröffentlichungsdatum 2022-09-01
Entwickler Zombocalypse armor
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://armorgamesstudios.com/privacy
Unterstützte Sprachen 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"
}