Head Sports Basketball
In this unusual game of basketball is need to play with the head.
Что такое Head Sports Basketball?
Head Sports Basketball - это расширение Chrome, разработанное forgames, и его основная функция - "In this unusual game of basketball is need to play with the head.".
Снимки экрана расширения
Скачать файл CRX расширения Head Sports Basketball
Скачайте файлы расширений Head Sports Basketball в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | nbghncjkbjdpiehafodogmdchclcgjpn |
Официальный URL | https://chrome.google.com/webstore/detail/head-sports-basketball/nbghncjkbjdpiehafodogmdchclcgjpn |
Описание | In this unusual game of basketball is need to play with the head. |
Размер файла | 40.53 KB |
Количество установок | 292 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-04-02 |
Дата публикации | 2020-04-02 |
Разработчик | forgames |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://cronegame.com/privacy-policy |
Поддерживаемые языки | 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 } } |