Basketball Stars
Basketball Stars 2024-2025 new game for 1-2 players
Basketball Starsคืออะไร?
Basketball Stars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย games solution และคุณลักษณะหลักของมันคือ "Basketball Stars 2024-2025 new game for 1-2 players"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basketball Stars
ดาวน์โหลดไฟล์ส่วนขยาย Basketball Stars ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Let's play Basketball Stars with you! Get ready to immerse yourself in the ultimate basketball showdown of epic proportions. This game is a true gem, featuring all your beloved sports stars with their signature big heads. The thrill begins as you step onto the court, where heart-pumping 1 vs 1 or 2 vs 2 matches await. Choose your team and player, and let the battle for victory commence! With every dribble, pass, and shot, you'll feel the adrenaline coursing through your veins. Your mission is clear: outscore your opponent before the clock runs out. The intense competition will keep you on the edge of your seat, pushing you to give it your all. What makes Basketball Stars so incredible is that it welcomes players of all sizes and heights. No matter who you are, greatness is within your reach. The game puts emphasis on skill, strategy, and determination. It's a level playing field where your abilities shine and your decisions make all the difference. The gameplay mechanics are designed to be accessible and engaging. In the 1-player mode, you'll use the WASD or arrow keys to move your player. To shoot or steal, tap the X or L key. Unleash a super shot with the K or Z key, and pump up your game with the S or Down Key. If you're looking to share the excitement with a friend, Basketball Stars has got you covered with its 2-player mode. Player 1 will control their player using the WASD keys, with shooting and stealing assigned to the B key. Player 2 will utilize the Arrow Keys for movement and the L key for shooting and stealing. For super shots and pumping, Player 1 will press V and S, while Player 2 will use K and the Down Key. So, my friend, the time for thrilling basketball action has arrived! Step onto the court, unleash your skills, and let the competitive spirit guide you to victory. Basketball Stars offers an incredible gaming experience that will keep you entertained for hours on end. Don't miss out on the chance to embrace the challenge and experience the joy of this remarkable game. Let the battle begin! By clicking "add to Chrome", You accept and agree to installing the extension with the banner of our sponsors on the game page. Don't worry, this extension doesn't track your web activity. See our privacy policy for details. By clicking on our banner you will be redirected to the gaming site to play more games.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Basketball Stars |
ID | ggmnmnibchdnjbihpbfjanoiceoedple |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/basketball-stars/ggmnmnibchdnjbihpbfjanoiceoedple |
คำอธิบาย | Basketball Stars 2024-2025 new game for 1-2 players |
ขนาดไฟล์ | 7.3 MB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.2027 |
อัปเดตครั้งล่าสุด | 2023-11-22 |
วันที่เผยแพร่ | 2023-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | games solution |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/privacy-policy-092/home |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "manifest_version": 3, "content_security_policy": { "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_title": "Play Basketball Stars", "default_icon": "icons\/32.png" }, "version": "1.2027", "description": "Basketball Stars 2024-2025 new game for 1-2 players", "host_permissions": [ "https:\/\/*\/*" ], "sandbox": { "pages": [ "index.html" ] }, "name": "Basketball Stars", "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/atch.js" ], "matches": [ "https:\/\/*\/*" ] } ], "icons": { "64": "icons\/64.png", "128": "icons\/128.png", "48": "icons\/48.png" } } |