Fall Guys
Play Fall Guys Unblocked with friends
Fall Guysคืออะไร?
Fall Guys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PremiumGames และคุณลักษณะหลักของมันคือ "Play Fall Guys Unblocked with friends"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fall Guys
ดาวน์โหลดไฟล์ส่วนขยาย Fall Guys ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play Fall Guys Season 2 with your friends online in browser with chrome addon! Fall Guys is a free massive multiplayer battle royale obstacle course game with up to 60 players online battling to be the last one standing. This game is unblocked and ad-free! The goal of Fall Guys unblocked is to be the last player standing in each round by successfully completing each obstacle course and avoiding elimination. The obstacles can include things like spinning platforms, swinging pendulums, and giant rolling balls.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fall Guys |
ID | gobmcebkicjfdjdeoenikocpnbfcjedg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fall-guys/gobmcebkicjfdjdeoenikocpnbfcjedg |
คำอธิบาย | Play Fall Guys Unblocked with friends |
ขนาดไฟล์ | 41.99 MB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2023-04-20 |
วันที่เผยแพร่ | 2023-04-20 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | PremiumGames |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/e/2PACX-1vR4vWa18V9W0y5vrxSa3lQ2Arp9mWwImu5btYQGCV1qBqqxONM6yCl4zCMYrJ3Cy3o4rJTSvWpGp9rs/pub?u |
ภาษาที่รองรับ | de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT |
manifest.json | |
{ "icons": { "128": "icon\/128.png", "48": "icon\/48.png", "64": "icon\/64.png", "32": "icon\/32.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_title": "Fall Guys", "default_icon": "icon\/32.png" }, "name": "__MSG_name__", "host_permissions": [ "https:\/\/*\/*" ], "sandbox": { "pages": [ "index.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "version": "2.1", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "polyfill\/attach.js", "polyfill\/chrome\/polyfill.min.js", "polyfill\/edge\/polyfill.min.js", "polyfill\/firefox\/polyfill.min.js" ], "matches": [ "https:\/\/*\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "alarms", "storage" ], "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.wikipedia.org\/*", "https:\/\/twitter.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "description": "__MSG_description__" } |