Chaotic Getaway Shootout

Chaotic Getaway Shootout two-player game

Chaotic Getaway Shootoutคืออะไร?

Chaotic Getaway Shootout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Premium Games และคุณลักษณะหลักของมันคือ "Chaotic Getaway Shootout two-player game"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chaotic Getaway Shootout

ดาวน์โหลดไฟล์ส่วนขยาย Chaotic Getaway Shootout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chaotic Getaway Shootout will set your heart racing and leave you breathless with exhilaration! Prepare to immerse yourself in the chaotic world!

In this remarkable two-player masterpiece, you are thrust into a high-octane race like no other. Your mission? To outpace and outsmart three others as you vie for victory, racing towards the coveted extraction point. But hold on tight, for this is no ordinary race, my friend!

In Chaotic Shootout, the rules are turned upside down, and the art of jumping becomes your sole means of reaching the finish line. Yes, you heard me correctly—no tires screeching on the pavement, no engines roaring. It's a jaw-dropping display of skill and dexterity as you leap your way through a myriad of obstacles, propelled by sheer determination and lightning-fast reflexes.

As you navigate the treacherous path towards the finish, prepare for an onslaught of surprises. Along the way, you'll discover an array of weaponry and boosts, each one a game-changer, offering you the opportunity to triumph over your competition. From powerful weapons to cunning boosts, every item you encounter will present new strategies and possibilities to leave your opponents in the dust.

What sets Chaotic Getaway Shootout apart is not just its heart-pounding gameplay but also the dynamic multiplayer experience it offers. Challenge the computer or one of your friends in intense two-player battles, where every jump and every decision can make all the difference. It's a true test of skill and wits, where only the most agile and strategic players will emerge victorious.

Chaotic Shootout can be enjoyed offline, thanks to a our Chrome extension that grants you access to this thrilling adventure wherever you may be. No need for an internet connection to experience the adrenaline-pumping frenzy of this game!

So, prepare to embark on a race like no other, where the art of jumping becomes your secret weapon. Get ready to overcome obstacles, outsmart your opponents, and seize victory in the chaotic world of Chaotic Shootout. With every leap, every boost, and every weapon at your disposal, the thrill of competition will surge through your veins. Get ready to jump your way to glory and leave your rivals in awe!                    

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

ชื่อ Chaotic Getaway Shootout Chaotic Getaway Shootout
ID hlkfcgicfhdclebhcenackakckajfdnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chaotic-getaway-shootout/hlkfcgicfhdclebhcenackakckajfdnc
คำอธิบาย Chaotic Getaway Shootout two-player game
ขนาดไฟล์ 17.05 MB
จำนวนการติดตั้ง 557
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2023-08-28
วันที่เผยแพร่ 2023-06-24
ผู้พัฒนา Premium Games
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/privacy-policy-092/home
ภาษาที่รองรับ en-US
manifest.json
{
    "name": "Chaotic Getaway Shootout",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "version": "1.4.2",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "description": "Chaotic Getaway Shootout two-player game",
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "action": {
        "default_title": "play Getaway Shootout",
        "default_icon": "icons\/32.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}