Basket Random
Basket Random browser game play for free
Τι είναι το Basket Random;
Το Basket Random είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Look at this, και η κύρια λειτουργία του είναι "Basket Random browser game play for free".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Basket Random
Λήψη αρχείων επέκτασης Basket Random σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Basket Random game is an absolute blast, offering a unique basketball experience with its simple one-button controls. The pixel-style graphics are absolutely mesmerizing, adding to the overall charm of the game. Prepare yourself for intense streetball showdowns with your friends. The excitement builds with every shot as you compete to be the first team to score five points. Whether you're a seasoned basketball pro or a complete beginner, this game is designed to bring joy and entertainment to everyone. Forget about complicated controls! Basket Random keeps it simple and enjoyable. With just one command, you can jump, move your team members' arms, grab the ball, and make that perfect throw. It's all about convenience and maximizing the fun factor. The gameplay is straightforward yet incredibly thrilling. You'll find yourself fully engaged, striving to outplay the CPU or your friends with your basketball skills. The joy of achieving victory and becoming the champion of the court is indescribable. The best part? You can play Basket Random unblocked for hours without getting bored. It's available as a free online game, and you can even enjoy it as a Chrome browser extension. The accessibility and the sheer entertainment value make it a must-try for any basketball lover. Get ready for an unparalleled gaming experience. Dive into the world of Basket Random and prepare to be captivated by its simplicity, excitement, and endless fun. It's time to become the master of the court and enjoy the thrills of this remarkable game. By clicking "add to Chrome", You accept and agree to installing the extension and add banner of our sponsors to the game page. The banner leads to other games. Don't worry, this extension doesn't track your web activity. See our privacy policy for details.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Basket Random |
ID | mgclcadanadkdeehnmedknieigofeenc |
Επίσημο URL | https://chromewebstore.google.com/detail/basket-random/mgclcadanadkdeehnmedknieigofeenc |
Περιγραφή | Basket Random browser game play for free |
Μέγεθος Αρχείου | 1.09 MB |
Αριθμός Εγκαταστάσεων | 3,384 |
Τρέχουσα Έκδοση | 1.0.42 |
Τελευταία Ενημέρωση | 2023-09-21 |
Ημερομηνία Δημοσίευσης | 2023-05-24 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Look at this |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/1XUoTpYA9WTLGH8SluJZmnoRP9vdnFB6rJ1HZmnY_jF4/edit |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "manifest_version": 3, "name": "Basket Random", "action": { "default_title": "Basket Random", "default_icon": "icons\/32.png" }, "host_permissions": [ "https:\/\/*\/*" ], "version": "1.0.42", "permissions": [ "storage", "alarms" ], "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "64": "icons\/64.png", "48": "icons\/48.png" }, "web_accessible_resources": [ { "resources": [ "scripts\/*" ], "matches": [ "https:\/\/*\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Basket Random browser game play for free" } |