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 |
官方網址 | 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" ] } |