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.
O que é 12 Minibattels Online Game?
12 Minibattels Online Game é uma extensão do Chrome desenvolvida por https://game.iblogger.in, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão 12 Minibattels Online Game
Baixe arquivos de extensão 12 Minibattels Online Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
URL Oficial | https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada |
Descrição | 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games. |
Tamanho do Arquivo | 61.35 KB |
Contagem de Instalações | 125 |
Versão Atual | 1.2 |
Última Atualização | 2021-04-12 |
Data de Publicação | 2021-04-12 |
Desenvolvedor | https://game.iblogger.in |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://games.iblogger.in/game/12-minibattles-online |
Idiomas Suportados | 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" } } |