Slitherio Bot
Slither.io Bot
什么是Slitherio Bot?
Slitherio Bot是由KA MI KA ZE开发的Chrome扩展程序,该扩展的主要功能是“Slither.io Bot”。
扩展截图
下载Slitherio Bot扩展crx文件
下载Slitherio Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
slither.ioで使用するbot付き汎用ツール
・bot機能ON/OFF (Tキー)
・リスポーン機能(Qキー)
・デバッグ機能(Yキー)
・ミミズ簡易表示(Oキー)
・敵の感知範囲拡大(Aキー)
・敵の感知範囲縮小(Sキー) 扩展基本信息
| 名称 | |
| ID | caidggjajppheihpeoeokndacpgjncmn |
| 官方URL | https://chromewebstore.google.com/detail/slitherio-bot/caidggjajppheihpeoeokndacpgjncmn |
| 简介 | Slither.io Bot |
| 文件大小 | 470 KB |
| 安装次数 | 644 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2020-08-19 |
| 上架时间 | 2020-08-18 |
| 评分 | 4.43/5 共7次评分 |
| 开发者 | KA MI KA ZE |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slitherio Bot",
"version": "0.0.2",
"manifest_version": 2,
"description": "Slither.io Bot",
"permissions": [
"*:\/\/slither.io\/*"
],
"icons": {
"128": "images\/Icon-128.png",
"16": "images\/Icon-16.png",
"32": "images\/Icon-32.png",
"48": "images\/Icon-48.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"inject.js"
],
"matches": [
"*:\/\/slither.io\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"images\/*",
"main.js"
]
} | |