Slither.io Ninja (WASD and more)

WASD to move and (much) more!

Τι είναι το Slither.io Ninja (WASD and more);

Το Slither.io Ninja (WASD and more) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://daniguardiola.me, και η κύρια λειτουργία του είναι "WASD to move and (much) more!".

Λήψη αρχείου CRX της επέκτασης Slither.io Ninja (WASD and more)

Λήψη αρχείων επέκτασης Slither.io Ninja (WASD and more) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use this mod to add keyboard controls to your Slither.io gameplay

Play like an MLG pro m8 and get to the top of the ranking!

TO ENABLE AND DISABLE THE CONTROLS, USE THE SWITCH ON THE TOP RIGHT CORNER OF THE SCREEN

/* CONTROLS *\
Move - WASD or arrow keys
Boost - Space

Supports ANY slitherio client though i only know the official one

** CHANGELOG **
1.0
* Launched

== INFO ABOUT PERMISSIONS ==

The permission for all urls is requested because this mod supports not only the official address of the game (slither.io) but also any other alternative client.

The way this works is via a small and non-intrusive piece of code that gets executed in every page and that detects if the current website is an Agar.io client. If positive, the mod will get loaded into the page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Slither.io Ninja (WASD and more) Slither.io Ninja (WASD and more)
ID eolomglgggfcbbcmfohojmakeolmbbjn
Επίσημο URL https://chrome.google.com/webstore/detail/slitherio-ninja-wasd-and/eolomglgggfcbbcmfohojmakeolmbbjn
Περιγραφή WASD to move and (much) more!
Μέγεθος Αρχείου 247 KB
Αριθμός Εγκαταστάσεων 1,134
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-06-28
Ημερομηνία Δημοσίευσης 2016-06-28
Αξιολόγηση 2.50/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής http://daniguardiola.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slither.io Ninja (WASD and more)",
    "description": "WASD to move and (much) more!",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "64": "logo\/64.png",
        "72": "logo\/72.png",
        "96": "logo\/96.png",
        "128": "logo\/128.png",
        "144": "logo\/144.png",
        "192": "logo\/192.png",
        "512": "logo\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}