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 |
| 官方網址 | 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"
]
}
]
} | |