Slither Pro
slither.io mod for precise mouse control. Kill like a boss!
什么是Slither Pro?
Slither Pro是由Slither At Night开发的Chrome扩展程序,该扩展的主要功能是“slither.io mod for precise mouse control. Kill like a boss!”。
扩展截图
下载Slither Pro扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |