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.
Was ist 12 Minibattels Online Game?
12 Minibattels Online Game ist eine Chrome-Erweiterung, die von https://game.iblogger.in entwickelt wurde, und ihr Hauptmerkmal ist "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.".
Erweiterungsscreenshots
12 Minibattels Online Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie 12 Minibattels Online Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
Offizielle URL | https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada |
Beschreibung | 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games. |
Dateigröße | 61.35 KB |
Installationsanzahl | 125 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-04-12 |
Veröffentlichungsdatum | 2021-04-12 |
Entwickler | https://game.iblogger.in |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://games.iblogger.in/game/12-minibattles-online |
Unterstützte Sprachen | 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" } } |