Slither.io Gamepad

Created so you can slither in bed ;)

O que é Slither.io Gamepad?

Slither.io Gamepad é uma extensão do Chrome desenvolvida por Andrew Gierens, e sua principal característica é "Created so you can slither in bed ;)".

Baixar o arquivo CRX da Extensão Slither.io Gamepad

Baixe arquivos de extensão Slither.io Gamepad no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Slither.io Gamepad Slither.io Gamepad
ID knekiioeklgmpeijikkdnnifbnfagfch
URL Oficial https://chrome.google.com/webstore/detail/slitherio-gamepad/knekiioeklgmpeijikkdnnifbnfagfch
Descrição Created so you can slither in bed ;)
Tamanho do Arquivo 136 KB
Contagem de Instalações 965
Versão Atual 0.0.3
Última Atualização 2016-05-28
Data de Publicação 2016-05-28
Classificação 2.96/5 Total de 25 Avaliações
Desenvolvedor Andrew Gierens
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}