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.

Qu'est-ce que 12 Minibattels Online Game ?

12 Minibattels Online Game est une extension Chrome développée par https://game.iblogger.in, et sa fonction principale est "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 12 Minibattels Online Game

Téléchargez les fichiers d'extension 12 Minibattels Online Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom 12 Minibattels Online Game 12 Minibattels Online Game
ID hfbbgpndkepebcfafbkjicpimpoehada
URL Officiel https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada
Description 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.
Taille du Fichier 61.35 KB
Nombre d'Installations 125
Version Actuelle 1.2
Dernière Mise à Jour 2021-04-12
Date de Publication 2021-04-12
Développeur https://game.iblogger.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://games.iblogger.in/game/12-minibattles-online
Langues Prises en Charge 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"
    }
}