Hexa Snake

Hexa snake 3D game

Hexa Snakeคืออะไร?

Hexa Snake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aleksey Yakovlev และคุณลักษณะหลักของมันคือ "Hexa snake 3D game"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hexa snake is 3D first/third person remake of classical game.

Gear your snake through hexagons on sphere surface and grab energy orbs.
Don't touch heat walls or you will die!

Game rules:

- you begin with baby snake 
- you should grab energy orbs to maintain current energy level above 0 level. If energy exhausted you lose
- if you strike walls or yourself - you lose
- try to keep live during allotted time
- on some levels you will see extra bonuses like a score booster, freeze, explosion

Usage: 

- progress you level workflow. Next level will open only after completion previous
- tweak game quality, display, audio settings any way you want
- power orbs activates through 1, 2, 3 keys, navigation done via left/right arrows


Any kind of feedback is appreciated!                    

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

ชื่อ Hexa Snake Hexa Snake
ID klmphhlmjloaggkkkglfmhkamkjeinod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hexa-snake/klmphhlmjloaggkkkglfmhkamkjeinod
คำอธิบาย Hexa snake 3D game
ขนาดไฟล์ 117 MB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-04-27
วันที่เผยแพร่ 2021-04-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aleksey Yakovlev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexa Snake",
    "description": "Hexa snake 3D game",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/codeagent",
    "author": "Aleksey Yakovlev ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/logo_16.png",
            "32": "\/logo_32.png",
            "48": "\/logo_48.png",
            "128": "\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/logo_16.png",
        "32": "\/logo_32.png",
        "48": "\/logo_48.png",
        "128": "\/logo_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}