gulper.io

Free online multiplayer snake game

ما هو gulper.io؟

gulper.io هو إضافة Chrome تم تطويرها بواسطة https://gulper.io، والميزة الرئيسية لها هي "Free online multiplayer snake game".

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

screenshot

تحميل ملف CRX للإضافة gulper.io

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

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

                        Gulper.io is modern mix of the classic snake and Tron lightcycles games, but against real players. Your goal is to collect as much energy as possible and don't let others stop you! Avoid collisions, be smart with your strategy, and make your way to the top of the global leaderboard!

Controls:
Move your mouse to change to change the movement direction and hold the left mouse button or Space key to gain a speed boost.                    

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

الاسم gulper.io gulper.io
ID clmgdfgfndcfofkeefailmkhhimbaknk
عنوان URL الرسمي https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk
الوصف Free online multiplayer snake game
حجم الملف 34.36 KB
عدد التثبيتات 886
النسخة الحالية 1.0.1
آخر تحديث 2021-01-01
تاريخ النشر 2021-01-01
تقييم 3.00/5 مجموع تقييمات 1
المطور https://gulper.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gulper.io/
عنوان صفحة المساعدة https://gulper.io/
عنوان صفحة سياسة الخصوصية https://gulper.io/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gulper.io",
    "description": "Free online multiplayer snake game",
    "version": "1.0.1",
    "icons": {
        "32": "app32.png",
        "128": "app128.png"
    },
    "browser_action": {
        "default_title": "Play gulper.io",
        "default_icon": {
            "128": "app128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}