Vex 5 Unblocked Game
Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game
Vex 5 Unblocked Game란 무엇입니까?
Vex 5 Unblocked Game은(는) VEXer 5 man에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game"입니다.
확장 프로그램 스크린샷
Vex 5 Unblocked Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play a classic platformer with various obstacles. This vex game works in a browser even on a weak computer with a bad internet connection. Your objective is to complete each level by reaching the endpoint. Levels are called Acts in this game, and there are multiple acts for you to complete. Use the flagpoles. These act as checkpoints, and you can spawn by the last one you activated in case you die. Controls: Use the WASD keys to move around, run, crouch, jump, and climb. I hope you have a good time playing the unblocked vex 5 game.
확장 프로그램 기본 정보
이름 | |
ID | oamacigemlhpfjhaopcjdeiohohhkabh |
공식 URL | https://chrome.google.com/webstore/detail/vex-5-unblocked-game/oamacigemlhpfjhaopcjdeiohohhkabh |
설명 | Vex 5 Unblocked Game 2D browser platform labyrinth of traps awesome game |
파일 크기 | 4.07 MB |
설치 횟수 | 14,018 |
현재 버전 | 5.2 |
최근 업데이트 | 2022-09-22 |
출시 날짜 | 2022-08-29 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | VEXer 5 man |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vSki5qlShfB5jbScIN6uXM_vQgW4rn4F2JYBaIsIgepmo4Pn0qEORXkC68dx1_U73TSIlMkNpa8s8dK/pub |
지원되는 언어 | de,en,fr,es,it,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app__", "description": "__MSG_title__", "manifest_version": 3, "version": "1.0.2", "version_name": "5.2", "icons": { "128": "img\/128.png", "48": "img\/48.png", "32": "img\/32.png" }, "default_locale": "en", "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Vex 5", "default_icon": "img\/32.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/contentRun.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/script.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |