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 |
官方網址 | 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 } } |