Snake

Play Snake!

ما هو Snake؟

Snake هو إضافة Chrome تم تطويرها بواسطة philip s، والميزة الرئيسية لها هي "Play Snake!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Snake

قم بتنزيل ملفات الامتداد Snake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Play the classic snake game in a Google Chrome popup.
Select a difficulty and use arrow keys to control.
Control the snake to eat the food and grow, but be careful not to eat yourself or touch the wall.                    

معلومات أساسية عن التمديد

الاسم Snake Snake
ID goicnfoaggodccboajidgdckohdpfmib
عنوان URL الرسمي https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib
الوصف Play Snake!
حجم الملف 24.14 KB
عدد التثبيتات 444
النسخة الحالية 1.0
آخر تحديث 2018-07-29
تاريخ النشر 2018-07-28
تقييم 5.00/5 مجموع تقييمات 2
المطور philip s
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "description": "Play Snake!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Snake!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "s16.png",
        "32": "s32.png",
        "48": "s48.png",
        "64": "s64.png",
        "128": "s128.png"
    }
}