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.
Cos'è 12 Minibattels Online Game?
12 Minibattels Online Game è un'estensione di Chrome sviluppata da https://game.iblogger.in, e la sua funzione principale è "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 12 Minibattels Online Game
Scarica i file di estensione 12 Minibattels Online Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
URL Ufficiale | https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada |
Descrizione | 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games. |
Dimensione del File | 61.35 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-04-12 |
Data di Pubblicazione | 2021-04-12 |
Sviluppatore | https://game.iblogger.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://games.iblogger.in/game/12-minibattles-online |
Lingue Supportate | 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" } } |