Slither.io Gamepad
Created so you can slither in bed ;)
什么是Slither.io Gamepad?
Slither.io Gamepad是由Andrew Gierens开发的Chrome扩展程序,该扩展的主要功能是“Created so you can slither in bed ;)”。
下载Slither.io Gamepad扩展crx文件
下载Slither.io Gamepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | knekiioeklgmpeijikkdnnifbnfagfch |
官方URL | https://chrome.google.com/webstore/detail/slitherio-gamepad/knekiioeklgmpeijikkdnnifbnfagfch |
简介 | Created so you can slither in bed ;) |
文件大小 | 136 KB |
安装次数 | 965 |
当前版本 | 0.0.3 |
更新时间 | 2016-05-28 |
上架时间 | 2016-05-28 |
评分 | 2.96/5 共25次评分 |
开发者 | Andrew Gierens |
付费类型 | free |
支持的语言 | 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" ] } |