Snake

A classic snake game that plays in a popup.

Snakeคืออะไร?

Snake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "A classic snake game that plays in a popup."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This chrome extension allows you to play the snake game anytime and anywhere. 

The rule of the snake game is simple: 
- Try to touch the target (a red box) with snake head by changing the snake direction. 
- Once touched, the target will disappear and then randomly occur in a new location. 
- For each touch, both the snake body and the game score will increase. 
- As the score increases to higher levels, the snake will be accelerated.

How to play?
1) Click the extension icon in the top right corner of the browser to open the game window.
2) Press Arrow keys (Arrow left/right/up/bottom) to start the game or change snake direction. 
3) Press the Space key to pause or continue the game.
4) Click anywhere on your screen except game window to exit the game. 
5) Press the Restart button (or Space/Enter key) to start a new game when the game is over.

Have fun with the snake game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.8 - 0.2.0
- Add the section on new games
- Update the game list with time

Version 0.1.5 - 0.1.7
- Optimize snake size and speed 
- Rename the game 
- Add data analytics

Version 0.1.3 & 0.1.4
- Update user interface and operation

Version 0.1.2 - 2022-02-25
- Simplify the method of starting game

Version 0.1.1 - 2022-01-24
- Increase snake size for easy operation

Version 0.1.0 - 2021-12-12
- Initial release of snake game                    

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

ชื่อ Snake Snake
ID imbekfggapiajedeigimmglfgfpmlicf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snake/imbekfggapiajedeigimmglfgfpmlicf
คำอธิบาย A classic snake game that plays in a popup.
ขนาดไฟล์ 69.81 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2021-12-13
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://gamecheerleader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamecheerleader.com
URL หน้าช่วยเหลือ https://www.gamecheerleader.com/listing/snake-game/
URL หน้านโยบายความเป็นส่วนตัว https://www.gamecheerleader.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "short_name": "Snake",
    "version": "0.2.0",
    "description": "A classic snake game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}