Vex 4 Unblocked game
Vex 4 Unblocked game with stickman for free and offline
Vex 4 Unblocked gameคืออะไร?
Vex 4 Unblocked game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VEX unblocked และคุณลักษณะหลักของมันคือ "Vex 4 Unblocked game with stickman for free and offline"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vex 4 Unblocked game
ดาวน์โหลดไฟล์ส่วนขยาย Vex 4 Unblocked game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |