Basketball Legends Unblocked Game

Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads

O que é Basketball Legends Unblocked Game?

Basketball Legends Unblocked Game é uma extensão do Chrome desenvolvida por Basketball Legends Stars, e sua principal característica é "Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Basketball Legends Unblocked Game

Baixe arquivos de extensão Basketball Legends Unblocked Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Basketball Legends Unblocked Game Basketball Legends Unblocked Game
ID ipabfnbgnlahikcjiddfphfchdebcmmf
URL Oficial https://chrome.google.com/webstore/detail/basketball-legends-unbloc/ipabfnbgnlahikcjiddfphfchdebcmmf
Descrição Basketball Legends Unblocked Game for 2 players or 1 vs computer! Without ads
Tamanho do Arquivo 7.39 MB
Contagem de Instalações 39,357
Versão Atual 0.20.22
Última Atualização 2022-08-28
Data de Publicação 2022-08-28
Classificação 3.50/5 Total de 6 Avaliações
Desenvolvedor Basketball Legends Stars
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vQm1tZYGfb6Xlj0vfSX3HOXqMryEVfNgjDIqlbBw96RBb2hQu9tEKWdYTab1mpslU34DSKz3sjWw1hG/pub
Idiomas Suportados 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!"
    }
}