Head Sports Basketball
In this unusual game of basketball is need to play with the head.
Was ist Head Sports Basketball?
Head Sports Basketball ist eine Chrome-Erweiterung, die von forgames entwickelt wurde, und ihr Hauptmerkmal ist "In this unusual game of basketball is need to play with the head.".
Erweiterungsscreenshots
Head Sports Basketball-Erweiterungs-CRX-Datei herunterladen
Laden Sie Head Sports Basketball-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nbghncjkbjdpiehafodogmdchclcgjpn |
Offizielle URL | https://chrome.google.com/webstore/detail/head-sports-basketball/nbghncjkbjdpiehafodogmdchclcgjpn |
Beschreibung | In this unusual game of basketball is need to play with the head. |
Dateigröße | 40.53 KB |
Installationsanzahl | 292 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-04-02 |
Veröffentlichungsdatum | 2020-04-02 |
Entwickler | forgames |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://cronegame.com/privacy-policy |
Unterstützte Sprachen | 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 } } |