Hungry Shark Arena Game New Tab
Awesome Art, Addictive gameplay, Grow and eat larger animals, Collect coins and buy new sharks.
Hungry Shark Arena Game New Tab란 무엇입니까?
Hungry Shark Arena Game New Tab은(는) GameTab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Awesome Art, Addictive gameplay, Grow and eat larger animals, Collect coins and buy new sharks."입니다.
확장 프로그램 스크린샷
Hungry Shark Arena Game New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hungry Shark Arena is a shark battle royale game that takes you on a vicious underwater war for supremacy. Eat other fish and grow to be the biggest shark in this underwater adventure. The last shark standing wins! HUNT and GROW your shark to become the biggest predator in the sea. DASH and KILL other players and stay on top of the food chain. SURVIVE the dangers of a ruthless underwater arena. This extension replaces your new tab with a Hungry Shark Arena game new tab. With every new tab, you'll get Hungry Shark Arena game, animated backgrounds, time and date widget, top games gallery, search bar and popular browser shortcuts. KEY FEATURES ------------- Awesome Art, Addictive gameplay, Grow and eat larger animals, Collect coins and buy new sharks. Three types of sharks Brawler, Hunter and Charger. The game will get easier with powerful sharks that you unlock. INSTRUCTION ------------- Drag to move, Click for speedboost! TAGS ------------- BATTLE, GAME, GAMES, KILL, PLAYERS, SEA, SHARK, SURVIVE, UNDERWATER, WATER, GROW, HUNT, ARENA, HUNTING, ROYALE, BATTLEROYALE, ACTIONS, NANO, UBISOFT, PREDATOR, DANGERS Hungry Shark Arena is waiting for you in the new tab.
확장 프로그램 기본 정보
이름 | |
ID | allohjjnfpcngafppgknocbkdlklebbg |
공식 URL | https://chrome.google.com/webstore/detail/hungry-shark-arena-game-n/allohjjnfpcngafppgknocbkdlklebbg |
설명 | Awesome Art, Addictive gameplay, Grow and eat larger animals, Collect coins and buy new sharks. |
파일 크기 | 37.46 KB |
설치 횟수 | 264 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2021-07-26 |
출시 날짜 | 2021-07-26 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | GameTab |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://game-tab.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.0.0", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "images\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "tab.html" }, "browser_action": { "default_title": "Game Tab" }, "permissions": [ "tabs" ], "web_accessible_resources": [ "*" ], "externally_connectable": { "matches": [ "https:\/\/*.game-tab.com\/*" ] } } |