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.”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } } |