Slither.io Exclusive - Get New Features

Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!

ما هو Slither.io Exclusive - Get New Features؟

Slither.io Exclusive - Get New Features هو إضافة Chrome تم تطويرها بواسطة kodiman223، والميزة الرئيسية لها هي "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Slither.io Exclusive - Get New Features

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

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

                        Features:

1. Remembers your name through refreshes.
2. Enables you to see other players' lengths.
3. Alerts you of snakes that are near you but which are out of view.
4. Lets you see how long have you been playing in a single game.

You may edit some of the settings to your pleasing.

Additional features or changes may be coming up!                    

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

الاسم Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
عنوان URL الرسمي https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
الوصف Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
حجم الملف 37.91 KB
عدد التثبيتات 6,308
النسخة الحالية 1.0.5
آخر تحديث 2019-02-06
تاريخ النشر 2019-02-06
تقييم 5.00/5 مجموع تقييمات 8
المطور kodiman223
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slither.io Exclusive - Get New Features",
    "version": "1.0.5",
    "description": "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!",
    "author": "xcodder",
    "browser_action": {
        "default_title": "Slither.io Exclusive",
        "default_popup": "action.html"
    },
    "icons": {
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/slither.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}