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                    

拡張機能の基本情報

名前 Slither.io Gamepad Slither.io Gamepad
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"
    ]
}