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" } } |