Basketball Legends

Basketball Legends funny browser game lets you play as iconic basketball players

Basketball Legends란 무엇입니까?

Basketball Legends은(는) GamesPremium에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Basketball Legends funny browser game lets you play as iconic basketball players"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Basketball Legends 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Basketball Legends Funny Heads game can help you have a lot of fun and relaxing time. Focused on providing a great user experience, we're constantly trying to create and improve games that you can play on the web without downloading. Besides you can play with two players or against the computer. 

Basketball Legends is a fun basketball game that may be played by two or more people. You may join a team or participate in a gaming challenge. To win, you use the mouse cursor to perform actions.Keep a calm demeanor while playing, and you'll be able to take down your opponents. Also, pay attention to the top of the screen's super shot bar; once it's completely filled, you may utilize the special ball from anywhere on the field. This is how you achieve your goal of being the greatest player on the field. Let's have some fun together!

Note: 
By clicking "add to Chrome", You accept and agree to installing the extension and add banner of our sponsors to the game page. Don't worry, this extension doesn't track your web activity. See our privacy policy for details.

-------- Controls -------

1 Player:

To move, you use the keyboard.
Toss the basket, put on B.
To sprint quickly and store the top, use the letters L, D, and S.

2 Player:

To move around, use the mouse and keyboard.
To run faster, grab the ball, move the ball, and type players, use the L, K, S, D, and B keys. Perform as though you were a player.                    

확장 프로그램 기본 정보

이름 Basketball Legends Basketball Legends
ID ojbdcnancpnljdcpdlcbalncjlnmgcom
공식 URL https://chromewebstore.google.com/detail/basketball-legends/ojbdcnancpnljdcpdlcbalncjlnmgcom
설명 Basketball Legends funny browser game lets you play as iconic basketball players
파일 크기 7.42 MB
설치 횟수 2,361
현재 버전 2023.4
최근 업데이트 2023-11-21
출시 날짜 2023-05-25
개발자 GamesPremium
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacy-policy-092/home
지원되는 언어 en
manifest.json
{
    "permissions": [
        "storage"
    ],
    "version": "1.0.8",
    "version_name": "2023.4",
    "icons": {
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "description": "Basketball Legends funny browser game lets you play as iconic basketball players",
    "web_accessible_resources": [
        {
            "resources": [
                "ach.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "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'"
    },
    "action": {
        "default_title": "Basketball Legends Funny Heads",
        "default_icon": "icons\/32.png"
    },
    "name": "Basketball Legends",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}