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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |