Space Fighter Game

A classic shooter game that plays in a popup. Beat enemy aircraft and get high score!

Space Fighter Gameคืออะไร?

Space Fighter Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "A classic shooter game that plays in a popup. Beat enemy aircraft and get high score!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Space Fighter is a simple and fun shooter game you can play for as long as you want. Just beat more enemy aircraft to get as much score as possible!

How to play?
1) Click the game icon on the Chrome toolbar. The game window will be opened while the game will be started immediately. 
2) Use your mouse to control the location of space fighter which moves as your mouse.
3) No worry about the control of shooting. Your fighter will continuously shoot enemy aircraft in front of it, with a given bullet speed.
4) Click on your fighter if you want to pause / continue with current game.

Main Features:
- Three types of enemy aircraft are available for now. More will be added in the future version.   
- The enemy aircraft will be gradually accelerated as you reach higher scores. 
- You can close the popup to exit current game anytime. The extension can remember where you left off and start from it when you open the popup again. 

Enjoy the play and have fun! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.2 - 0.1.3
- Refactor the codes
- Add the section of new games

Version 0.1.0 - 0.1.1
- Initial release and feature updates                    

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

ชื่อ Space Fighter Game Space Fighter Game
ID fjgchmhpnpfnmicleekhoknicopcihco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/space-fighter-game/fjgchmhpnpfnmicleekhoknicopcihco
คำอธิบาย A classic shooter game that plays in a popup. Beat enemy aircraft and get high score!
ขนาดไฟล์ 300 KB
จำนวนการติดตั้ง 1,360
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2022-11-25
ผู้พัฒนา https://gamecheerleader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamecheerleader.com
URL หน้าช่วยเหลือ https://www.gamecheerleader.com/listing/space-fighter-game/
URL หน้านโยบายความเป็นส่วนตัว https://www.gamecheerleader.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Space Fighter Game",
    "short_name": "spacefighter",
    "version": "0.1.3",
    "description": "A classic shooter game that plays in a popup. Beat enemy aircraft and get high score!",
    "icons": {
        "16": "image\/logo.png",
        "48": "image\/logo.png",
        "128": "image\/logo.png"
    },
    "action": {
        "default_icon": "image\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}