Slitherio Bot
Slither.io Bot
What is Slitherio Bot?
Slitherio Bot is a Chrome extension developed by KA MI KA ZE, and its main feature is "Slither.io Bot".
Extension Screenshots
Download Slitherio Bot Extension CRX File
Download Slitherio Bot 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.ioで使用するbot付き汎用ツール ・bot機能ON/OFF (Tキー) ・リスポーン機能(Qキー) ・デバッグ機能(Yキー) ・ミミズ簡易表示(Oキー) ・敵の感知範囲拡大(Aキー) ・敵の感知範囲縮小(Sキー)
Extension Basic Information
Name | Slitherio Bot |
ID | caidggjajppheihpeoeokndacpgjncmn |
Official URL | https://chromewebstore.google.com/detail/slitherio-bot/caidggjajppheihpeoeokndacpgjncmn |
Description | Slither.io Bot |
File Size | 470 KB |
Installation Count | 644 |
Current Version | 0.0.2 |
Last Updated | 2020-08-19 |
Publish Date | 2020-08-18 |
Rating | 4.43/5 Total 7 Ratings |
Developer | KA MI KA ZE |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |