Slither.io Gamepad

Created so you can slither in bed ;)

Slither.io Gamepadคืออะไร?

Slither.io Gamepad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Gierens และคุณลักษณะหลักของมันคือ "Created so you can slither in bed ;)"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slither.io Gamepad

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}