Snake Game

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

ما هو Snake Game؟

Snake Game هو إضافة Chrome تم تطويرها بواسطة tarundabhi، والميزة الرئيسية لها هي "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

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

screenshot
screenshot

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

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

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

                        Play snake game in popup screen.                    

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

الاسم Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
الوصف Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
حجم الملف 68.06 KB
عدد التثبيتات 3,000
النسخة الحالية 1.1
آخر تحديث 2022-02-21
تاريخ النشر 2019-09-24
تقييم 3.40/5 مجموع تقييمات 5
المطور tarundabhi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}