Snake

The authentic snake game in a popup.

Snakeคืออะไร?

Snake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alla.sorochann และคุณลักษณะหลักของมันคือ "The authentic snake game in a popup."

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

screenshot

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

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

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

                        The authentic snake game in a popup.
This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.                    

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

ชื่อ Snake Snake
ID ilejgclbbbhiecfpkgpecodahkbgfgco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snake/ilejgclbbbhiecfpkgpecodahkbgfgco
คำอธิบาย The authentic snake game in a popup.
ขนาดไฟล์ 6.5 KB
จำนวนการติดตั้ง 358
เวอร์ชันปัจจุบัน 3.11.2021.1
อัปเดตครั้งล่าสุด 2021-11-04
วันที่เผยแพร่ 2021-11-04
ผู้พัฒนา alla.sorochann
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "short_name": "Snake",
    "version": "3.11.2021.1",
    "description": "The authentic snake game in a popup.",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "browser_action": {
        "default_icon": "images\/head.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 2
}