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 - это расширение Chrome, разработанное https://game.iblogger.in, и его основная функция - "12 MiniBattles online is a fun multiplayer game where you and a friend can play against each other on a variety of games.".
Снимки экрана расширения
Скачать файл CRX расширения 12 Minibattels Online Game
Скачайте файлы расширений 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" } } |