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文件
下載Hungry Shark Arena Game New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } } |