Slither Pro

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

Slither Pro là gì?

Slither Pro là một tiện ích mở rộng Chrome được phát triển bởi Slither At Night, và tính năng chính của nó là "slither.io mod for precise mouse control. Kill like a boss!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slither Pro

Tải xuống các tệp mở rộng Slither Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slither Pro Slither Pro
ID fjffcfmgjapbeojnbalgnhlmglnpdlfl
URL Chính Thức https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl
Mô tả slither.io mod for precise mouse control. Kill like a boss!
Kích Thước Tệp 34.41 KB
Số Lần Cài Đặt 3,232
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-05-02
Ngày Phát Hành 2016-05-01
Đánh Giá 2.33/5 Tổng số 48 Đánh Giá
Nhà Phát Triển Slither At Night
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}