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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GameTab และคุณลักษณะหลักของมันคือ "Awesome Art, Addictive gameplay, Grow and eat larger animals, Collect coins and buy new sharks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hungry Shark Arena Game New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hungry Shark Arena Game New Tab Hungry Shark Arena Game 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\/*"
        ]
    }
}