Slither Pro
slither.io mod for precise mouse control. Kill like a boss!
What is Slither Pro?
Slither Pro is a Chrome extension developed by Slither At Night, and its main feature is "slither.io mod for precise mouse control. Kill like a boss!".
Extension Screenshots
Download Slither Pro Extension CRX File
Download Slither Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Slither Pro |
ID | fjffcfmgjapbeojnbalgnhlmglnpdlfl |
Official URL | https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl |
Description | slither.io mod for precise mouse control. Kill like a boss! |
File Size | 34.41 KB |
Installation Count | 3,232 |
Current Version | 0.2 |
Last Updated | 2016-05-02 |
Publish Date | 2016-05-01 |
Rating | 2.33/5 Total 48 Ratings |
Developer | Slither At Night |
Payment Type | free |
Supported Languages | 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" ] } ] } |