Head Sports Basketball
In this unusual game of basketball is need to play with the head.
Cos'è Head Sports Basketball?
Head Sports Basketball è un'estensione di Chrome sviluppata da forgames, e la sua funzione principale è "In this unusual game of basketball is need to play with the head.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Head Sports Basketball
Scarica i file di estensione Head Sports Basketball in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nbghncjkbjdpiehafodogmdchclcgjpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/head-sports-basketball/nbghncjkbjdpiehafodogmdchclcgjpn |
Descrizione | In this unusual game of basketball is need to play with the head. |
Dimensione del File | 40.53 KB |
Conteggio Installazioni | 292 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-02 |
Data di Pubblicazione | 2020-04-02 |
Sviluppatore | forgames |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://cronegame.com/privacy-policy |
Lingue Supportate | 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 } } |