Zombocalypse Unblocked Game
Zombocalypse unblocked game to play in web browser
Zombocalypse Unblocked Game란 무엇입니까?
Zombocalypse Unblocked Game은(는) Zombocalypse armor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zombocalypse unblocked game to play in web browser"입니다.
확장 프로그램 스크린샷
Zombocalypse Unblocked Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
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" } |