Head Sports Basketball
In this unusual game of basketball is need to play with the head.
什么是Head Sports Basketball?
Head Sports Basketball是由forgames开发的Chrome扩展程序,该扩展的主要功能是“In this unusual game of basketball is need to play with the head.”。
扩展截图
下载Head Sports Basketball扩展crx文件
下载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 } } |