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.
What is 12 Minibattels Online Game?
12 Minibattels Online Game is a Chrome extension developed by https://game.iblogger.in, and its main feature is "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.".
Extension Screenshots
Download 12 Minibattels Online Game Extension CRX File
Download 12 Minibattels Online Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hfbbgpndkepebcfafbkjicpimpoehada |
Official URL | 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. |
File Size | 61.35 KB |
Installation Count | 125 |
Current Version | 1.2 |
Last Updated | 2021-04-12 |
Publish Date | 2021-04-12 |
Developer | https://game.iblogger.in |
[email protected] | |
Payment Type | free |
Extension Website | https://games.iblogger.in/game/12-minibattles-online |
Supported Languages | 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" } } |