Slither Pro

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

Wat is Slither Pro?

Slither Pro is een Chrome-extensie ontwikkeld door Slither At Night, en de belangrijkste functie is "slither.io mod for precise mouse control. Kill like a boss!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slither Pro

Download Slither Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Slither Pro Slither Pro
ID fjffcfmgjapbeojnbalgnhlmglnpdlfl
Officiële URL https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl
Beschrijving slither.io mod for precise mouse control. Kill like a boss!
Bestandsgrootte 34.41 KB
Aantal Installaties 3,232
Huidige Versie 0.2
Laatst Bijgewerkt 2016-05-02
Publicatiedatum 2016-05-01
Beoordeling 2.33/5 Totaal 48 Beoordelingen
Ontwikkelaar Slither At Night
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}