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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}