Vex 4 Unblocked game
Vex 4 Unblocked game with stickman for free and offline
Vex 4 Unblocked game란 무엇입니까?
Vex 4 Unblocked game은(는) VEX unblocked에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vex 4 Unblocked game with stickman for free and offline"입니다.
확장 프로그램 스크린샷
Vex 4 Unblocked game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You are challenged once again in the world of Vex. There are many obstacles to beat, and your reflexes determine the outcome of every level. Can you beat this episode and claim the title of Vex 4 champion? Have fun! Features: - Cool physics and reflexes - 9 acts to play, with the ability to play in hard mode - Challenge room that consists of 30 floors to beat - Different trophies - The sequel to Vex 3
확장 프로그램 기본 정보
이름 | |
ID | phjhbkdgnjaokligmkimgnlagccanodn |
공식 URL | https://chrome.google.com/webstore/detail/vex-4-unblocked-game/phjhbkdgnjaokligmkimgnlagccanodn |
설명 | Vex 4 Unblocked game with stickman for free and offline |
파일 크기 | 18.26 MB |
설치 횟수 | 54,082 |
현재 버전 | 4.1 |
최근 업데이트 | 2022-08-31 |
출시 날짜 | 2022-08-31 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | VEX unblocked |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://extpose.com/privacy-policy |
지원되는 언어 | 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": "Vex 4 Unblocked game", "description": "__MSG_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "sandbox": { "pages": [ "vex4.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval';" }, "icons": { "128": "images\/128.png", "32": "images\/32.png" }, "action": { "default_title": "Vex 4", "default_icon": { "128": "images\/128.png", "32": "images\/32.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": false, "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "version": "4.1" } |