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은(는) Basketball Legends Stars에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads"입니다.
확장 프로그램 스크린샷
Basketball Legends Unblocked Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!" } } |