Snake game in popup

A fun game to play while waiting for things

Snake game in popupคืออะไร?

Snake game in popup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mereshkova1988 และคุณลักษณะหลักของมันคือ "A fun game to play while waiting for things"

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

screenshot

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

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

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

                        A fun game to play while waiting for things
A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

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 game in popup Snake game in popup
ID lceljcmccmhchimgampbfnongkcgkjpi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi
คำอธิบาย A fun game to play while waiting for things
ขนาดไฟล์ 622 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 27.8.2021.1
อัปเดตครั้งล่าสุด 2021-08-28
วันที่เผยแพร่ 2021-08-28
ผู้พัฒนา mereshkova1988
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/terms-and-policies
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game in popup",
    "version": "27.8.2021.1",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}