Slither Pro

slither.io mod for precise mouse control. Kill like a boss!

Что такое Slither Pro?

Slither Pro - это расширение Chrome, разработанное Slither At Night, и его основная функция - "slither.io mod for precise mouse control. Kill like a boss!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Slither Pro

Скачайте файлы расширений Slither Pro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Slither PRO gives you fine mouse control to kill like a boss

Features:

 ◘ Extra sensitivity enables high precision moves.
 ◘ Accelerates your snake when it notices a sudden mouse move.
 ◘ Cursor always returns to neutral after each move.
 ◘ Prevents accidentally losing focus by keeping the cursor inside the playing field.                    

Основная информация о расширении

Название Slither Pro Slither Pro
ID fjffcfmgjapbeojnbalgnhlmglnpdlfl
Официальный URL https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl
Описание slither.io mod for precise mouse control. Kill like a boss!
Размер файла 34.41 KB
Количество установок 3,232
Текущая Версия 0.2
Последнее Обновление 2016-05-02
Дата публикации 2016-05-01
Рейтинг 2.33/5 Всего 48 оценок
Разработчик Slither At Night
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slither Pro",
    "description": "slither.io mod for precise mouse control. Kill like a boss!",
    "version": "0.2",
    "icons": {
        "128": "slither-pro-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/slither.io\/*"
            ],
            "js": [
                "script.min.js"
            ]
        }
    ]
}