Space Invaders

Chrome extension version of the classic game Space Invaders

Space Invadersคืออะไร?

Space Invaders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smoking Media และคุณลักษณะหลักของมันคือ "Chrome extension version of the classic game Space Invaders"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Space Invaders

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

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

                        Relive the golden age of gaming with our faithful remake of the classic 8-bit arcade hit – Space Invaders! Immerse yourself in the nostalgia of pixelated graphics and thrilling gameplay as you defend Earth against the relentless alien invasion.

🚀 Blast Back to the Past: Experience the magic of retro gaming with our faithful recreation of the iconic Space Invaders. This classic game will transport you straight to the era of arcade cabinets and quarter battles.

🛸 Defend Earth, Save Humanity: As a valiant defender of Earth, it's your duty to annihilate the invading alien horde. Take control of your spaceship, dodge the incoming fire, and unleash your firepower to obliterate the advancing invaders. Show them that Earth won't go down without a fight!

🎮 Quick, Addictive Gameplay: With fast-paced action and addictive gameplay, Space Invaders is perfect for quick gaming sessions or extended high-score hunts. It's the ultimate retro experience you've been waiting for.

Install our Space Invaders game today and immerse yourself in a pixelated adventure that captures the heart of classic gaming. Get ready to defend Earth and write your name in the annals of gaming history!                    

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

ชื่อ Space Invaders Space Invaders
ID mdninjdfmkikpdamiickmggphdjbllgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/space-invaders/mdninjdfmkikpdamiickmggphdjbllgl
คำอธิบาย Chrome extension version of the classic game Space Invaders
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2023-08-23
ผู้พัฒนา Smoking Media
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.1.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "512": "icons\/icon512.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    }
}