Slither Pro

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

Qu'est-ce que Slither Pro ?

Slither Pro est une extension Chrome développée par Slither At Night, et sa fonction principale est "slither.io mod for precise mouse control. Kill like a boss!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slither Pro

Téléchargez les fichiers d'extension Slither Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Slither Pro Slither Pro
ID fjffcfmgjapbeojnbalgnhlmglnpdlfl
URL Officiel https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl
Description slither.io mod for precise mouse control. Kill like a boss!
Taille du Fichier 34.41 KB
Nombre d'Installations 3,232
Version Actuelle 0.2
Dernière Mise à Jour 2016-05-02
Date de Publication 2016-05-01
Évaluation 2.33/5 Total 48 Évaluations
Développeur Slither At Night
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}