Slither Pro

slither.io mod for precise mouse control. Kill like a boss!

Slither Proคืออะไร?

Slither Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Slither At Night และคุณลักษณะหลักของมันคือ "slither.io mod for precise mouse control. Kill like a boss!"

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Slither Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Slither PRO gives you fine mouse control to kill like a boss

Features:

 ◘ Extra sensitivity enables high precision moves.
 ◘ Accelerates your snake when it notices a sudden mouse move.
 ◘ Cursor always returns to neutral after each move.
 ◘ Prevents accidentally losing focus by keeping the cursor inside the playing field.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slither Pro Slither Pro
ID fjffcfmgjapbeojnbalgnhlmglnpdlfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl
คำอธิบาย slither.io mod for precise mouse control. Kill like a boss!
ขนาดไฟล์ 34.41 KB
จำนวนการติดตั้ง 3,232
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-05-02
วันที่เผยแพร่ 2016-05-01
คะแนน 2.33/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา Slither At Night
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slither Pro",
    "description": "slither.io mod for precise mouse control. Kill like a boss!",
    "version": "0.2",
    "icons": {
        "128": "slither-pro-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/slither.io\/*"
            ],
            "js": [
                "script.min.js"
            ]
        }
    ]
}