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 je 12 Minibattels Online Game?

12 Minibattels Online Game je rozšíření Chrome vyvinuté https://game.iblogger.in, a jeho hlavní funkcí je „12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 12 Minibattels Online Game

Stáhněte si soubory rozšíření 12 Minibattels Online Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název 12 Minibattels Online Game 12 Minibattels Online Game
ID hfbbgpndkepebcfafbkjicpimpoehada
Oficiální URL https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada
Popis 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.
Velikost souboru 61.35 KB
Počet instalací 125
Aktuální Verze 1.2
Poslední Aktualizace 2021-04-12
Datum Vydání 2021-04-12
Vývojář https://game.iblogger.in
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://games.iblogger.in/game/12-minibattles-online
Podporované Jazyky 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"
    }
}