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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}