Slither.io Gamepad
Created so you can slither in bed ;)
What is Slither.io Gamepad?
Slither.io Gamepad is a Chrome extension developed by Andrew Gierens, and its main feature is "Created so you can slither in bed ;)".
Download Slither.io Gamepad Extension CRX File
Download Slither.io Gamepad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | knekiioeklgmpeijikkdnnifbnfagfch |
Official URL | https://chrome.google.com/webstore/detail/slitherio-gamepad/knekiioeklgmpeijikkdnnifbnfagfch |
Description | Created so you can slither in bed ;) |
File Size | 136 KB |
Installation Count | 965 |
Current Version | 0.0.3 |
Last Updated | 2016-05-28 |
Publish Date | 2016-05-28 |
Rating | 2.96/5 Total 25 Ratings |
Developer | Andrew Gierens |
Payment Type | free |
Supported Languages | 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" ] } |