Basketball Legends Unblocked Game
Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads
Τι είναι το Basketball Legends Unblocked Game;
Το Basketball Legends Unblocked Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Basketball Legends Stars, και η κύρια λειτουργία του είναι "Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Basketball Legends Unblocked Game
Λήψη αρχείων επέκτασης Basketball Legends Unblocked Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Basketball Legends Unblocked is a legendary basketball game that may be played by two or more players. Let's join the tournament and take home the overall victory. Play free and unlimited with your friends. Pick your group and enter a difficult competition. Controls: 1 Player Keypad: Use the W A S D keypad to move. Use the B key to throw basket. Use the V key to throw a super basket. Use the S key to store the top. 2 Player Keypad: Use the Arrow Keys to move around. Use the L key to throw basket. Use K key to throw a super basket. Use the S key to store the top.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ipabfnbgnlahikcjiddfphfchdebcmmf |
Επίσημο URL | https://chrome.google.com/webstore/detail/basketball-legends-unbloc/ipabfnbgnlahikcjiddfphfchdebcmmf |
Περιγραφή | Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads |
Μέγεθος Αρχείου | 7.39 MB |
Αριθμός Εγκαταστάσεων | 39,357 |
Τρέχουσα Έκδοση | 0.20.22 |
Τελευταία Ενημέρωση | 2022-08-28 |
Ημερομηνία Δημοσίευσης | 2022-08-28 |
Αξιολόγηση | 3.50/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Basketball Legends Stars |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/e/2PACX-1vQm1tZYGfb6Xlj0vfSX3HOXqMryEVfNgjDIqlbBw96RBb2hQu9tEKWdYTab1mpslU34DSKz3sjWw1hG/pub |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basketball Legends Unblocked Game", "version": "0.20.22", "description": "Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads", "icons": { "32": "32.png", "128": "128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "2022\/js\/lib\/callback.js", "2022\/js\/cs.js" ] } ], "web_accessible_resources": [ { "resources": [ "2022\/*\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "storage" ], "action": { "default_icon": "32.png", "default_title": "Basketball Legends Game!" } } |