12 Minibattels Online Game
12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.
12 Minibattels Online Gameคืออะไร?
12 Minibattels Online Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://game.iblogger.in และคุณลักษณะหลักของมันคือ "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 12 Minibattels Online Game
ดาวน์โหลดไฟล์ส่วนขยาย 12 Minibattels Online Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
12 Minibattels Online is a fun two players game in which you and a friend can play against each other on a variety of games. ✓ Features A fun 2-player arcade game Various randomized games to play, including fan-made popular titles, such as Rooftop Snipers and Soccer Physics Easy one button controls Addictive and challenging gameplay ✓ Controls Player 1 use A Player 2 use L ✓ 12 Minibattels Online Game
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada |
คำอธิบาย | 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games. |
ขนาดไฟล์ | 61.35 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-04-12 |
วันที่เผยแพร่ | 2021-04-12 |
ผู้พัฒนา | https://game.iblogger.in |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://games.iblogger.in/game/12-minibattles-online |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "12 Minibattels Online Game ", "description": "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |