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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |