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.
Co to jest 12 Minibattels Online Game?
12 Minibattels Online Game to rozszerzenie Chrome opracowane przez https://game.iblogger.in, a jego główną funkcją jest „12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 12 Minibattels Online Game
Pobierz pliki rozszerzeń 12 Minibattels Online Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
Oficjalny URL | https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada |
Opis | 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games. |
Rozmiar pliku | 61.35 KB |
Liczba instalacji | 125 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-04-12 |
Data Publikacji | 2021-04-12 |
Deweloper | https://game.iblogger.in |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://games.iblogger.in/game/12-minibattles-online |
Obsługiwane Języki | 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" } } |