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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}