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é es 12 Minibattels Online Game?
12 Minibattels Online Game es una extensión de Chrome desarrollada por https://game.iblogger.in, y su función principal es "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 12 Minibattels Online Game
Descarga archivos de extensión 12 Minibattels Online Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
URL Oficial | https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada |
Descripción | 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games. |
Tamaño del Archivo | 61.35 KB |
Cantidad de Instalaciones | 125 |
Versión Actual | 1.2 |
Última Actualización | 2021-04-12 |
Fecha de Publicación | 2021-04-12 |
Desarrollador | https://game.iblogger.in |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://games.iblogger.in/game/12-minibattles-online |
Idiomas Soportados | 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" } } |