Snake

The authentic snake game in a popup. Smooth animations and a saved high score!

Snakeคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. 

Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.                    

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

ชื่อ Snake Snake
ID oppflpnigmhkldmdmmbnopidlhahanji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji
คำอธิบาย The authentic snake game in a popup. Smooth animations and a saved high score!
ขนาดไฟล์ 30.15 KB
จำนวนการติดตั้ง 463,081
เวอร์ชันปัจจุบัน 2.2.15
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-02-26
คะแนน 4.30/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา Kris10ansn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kris10ansn.github.io
URL หน้าช่วยเหลือ https://kris10ansn.github.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "name": "Snake",
    "short_name": "Snake",
    "version": "2.2.15",
    "description": "The authentic snake game in a popup. Smooth animations and a saved high score!",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/head.png",
            "24": "images\/head.png",
            "32": "images\/head.png",
            "48": "images\/head.png",
            "128": "images\/head.png"
        },
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 3
}