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.

12 Minibattels Online Gameとは何ですか?

12 Minibattels Online Gameはhttps://game.iblogger.inによって開発されたChromeの拡張機能で、その主な機能は「12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

12 Minibattels Online Game拡張機能のCRXファイルをダウンロード

12 Minibattels Online Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 12 Minibattels Online Game 12 Minibattels Online Game
ID hfbbgpndkepebcfafbkjicpimpoehada
公式URL https://chrome.google.com/webstore/detail/12-minibattels-online-gam/hfbbgpndkepebcfafbkjicpimpoehada
説明 12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.
ファイルサイズ 61.35 KB
インストール数 125
現在のバージョン 1.2
最終更新日 2021-04-12
公開日 2021-04-12
開発者 https://game.iblogger.in
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://games.iblogger.in/game/12-minibattles-online
対応言語 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"
    }
}