Slither.io Gamepad

Created so you can slither in bed ;)

Wat is Slither.io Gamepad?

Slither.io Gamepad is een Chrome-extensie ontwikkeld door Andrew Gierens, en de belangrijkste functie is "Created so you can slither in bed ;)".

Download het CRX-bestand van de extensie Slither.io Gamepad

Download Slither.io Gamepad-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

                        Enable those controls for slither ayyy

Thanks to:
http://kallaspriit.github.io/HTML5-JavaScript-Gamepad-Controller-Library/
and of course http://slither.io

** NOTE **
This is not an official slither extension                    

Basisinformatie over de Extensie

Naam Slither.io Gamepad Slither.io Gamepad
ID knekiioeklgmpeijikkdnnifbnfagfch
Officiële URL https://chrome.google.com/webstore/detail/slitherio-gamepad/knekiioeklgmpeijikkdnnifbnfagfch
Beschrijving Created so you can slither in bed ;)
Bestandsgrootte 136 KB
Aantal Installaties 965
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-05-28
Publicatiedatum 2016-05-28
Beoordeling 2.96/5 Totaal 25 Beoordelingen
Ontwikkelaar Andrew Gierens
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slither.io Gamepad",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Created so you can slither in bed ;)",
    "homepage_url": "http:\/\/slither.io\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/slither.io\/",
        "tabs",
        "activeTab",
        "storage"
    ]
}