Hitwicket Notifications
Hitwicket - Online Cricket Managemnent Game
Hitwicket Notifications란 무엇입니까?
Hitwicket Notifications은(는) https://hitwicket.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hitwicket - Online Cricket Managemnent Game"입니다.
확장 프로그램 스크린샷
Hitwicket Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Be ready to catch the Indian Premier League T20 fever and be the Cricket Manager of a Real T20 Cricket Team like CSK or KKR in this realistic Cricket Game - Hitwicket! Hitwicket Cricket Game Features: ● Set your tactics for your online T20 cricket match. ● Bid for Players in the thrilling Live Indian Premier League type auction! ● Scout and Train your Players to become the next Master Blaster like Sachin or power hitter like Dhoni. ● Compete in the Premier League like T20 League and battle with friends and rivals from over the globe! ● Stadium upgrades, Player salaries, Ticket sales, Sponsorship contracts makes Hitwicket the most unique cricket game on the PLANET! ● Stand for the elections and you could be the head coach of your Region in the Hitwicket Cricket WorldCup! ● Easily sync the game between mobile and tablet devices. ● Ultra-lightweight cricket game which runs smoothly even on a standard 2G connection. ● Clash against new users from all over the World and challenge them for the Freshers Cup! ● Assemble a squad of young prodigies like Rajasthan Royals and Lead them to glory in the U20 Cup! Note: Hitwicket is a FREE Cricket game, however you can optionally choose to enhance your gaming experience by making in app purchases. Rest assured that we will never introduce any pay to win features. Have any queries? We are available at [email protected] Want to be part of our fan base? Follow our Fb page for the latest news : http://www.facebook.com/hitwicketgame Check out our website at http://www.hitwicket.com Last but not least, a big THANK YOU goes out to everyone who #PlayHitwicket ! We hope you enjoy Hitwicket as much as we've enjoyed building it! :)
확장 프로그램 기본 정보
이름 | |
ID | bkbffgkpklmofhimhlbdbebmppeoaeka |
공식 URL | https://chromewebstore.google.com/detail/hitwicket-notifications/bkbffgkpklmofhimhlbdbebmppeoaeka |
설명 | Hitwicket - Online Cricket Managemnent Game |
파일 크기 | 39.46 KB |
설치 횟수 | 64 |
현재 버전 | 0.5 |
최근 업데이트 | 2015-10-01 |
출시 날짜 | 2015-09-30 |
평점 | 3.92/5 총 12 개의 평점 |
개발자 | https://hitwicket.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hitwicket Notifications", "description": "Hitwicket - Online Cricket Managemnent Game", "manifest_version": 2, "version": "0.5", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/hitwicket.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "register.js" ] } ], "permissions": [ "gcm", "storage", "notifications", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |