Head Sports Basketball
In this unusual game of basketball is need to play with the head.
O que é Head Sports Basketball?
Head Sports Basketball é uma extensão do Chrome desenvolvida por forgames, e sua principal característica é "In this unusual game of basketball is need to play with the head.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Head Sports Basketball
Baixe arquivos de extensão Head Sports Basketball 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
In this unusual game of basketball is need to play with the head. Yes, it is even with the head. Make many points in just a minute, encestando pretty fast, and use the different bonus to gain advantage. You can play alone or play against a friend.
Informações Básicas da Extensão
Nome | |
ID | nbghncjkbjdpiehafodogmdchclcgjpn |
URL Oficial | https://chrome.google.com/webstore/detail/head-sports-basketball/nbghncjkbjdpiehafodogmdchclcgjpn |
Descrição | In this unusual game of basketball is need to play with the head. |
Tamanho do Arquivo | 40.53 KB |
Contagem de Instalações | 292 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-02 |
Data de Publicação | 2020-04-02 |
Desenvolvedor | forgames |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://cronegame.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Head Sports Basketball", "short_name": "Play Head Sports Basketball Free Online Game", "description": "In this unusual game of basketball is need to play with the head.", "version": "1.0", "browser_action": { "default_title": "Head Sports Basketball", "default_icon": "1282.png" }, "icons": { "16": "1282.png", "48": "1282.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |