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 |
官方網址 | 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" } } |