Slither Sessions
Slither.io Mods: ZOOM, play with friends, skins and more.
Slither Sessions là gì?
Slither Sessions là một tiện ích mở rộng Chrome được phát triển bởi https://www.slithersessions.com, và tính năng chính của nó là "Slither.io Mods: ZOOM, play with friends, skins and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slither Sessions
Tải xuống các tệp mở rộng Slither Sessions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Play slither.io with friends, ZOOM, automated play bot, extra skins and more. FEATURES: * Play with friends via server IP connect * On the fly skin rotator * Additional Skins * Clan tags (ask us if you want yours added) * Remembers clan and nick upon refresh * Autoplay Robot * Mobile rendering * ZOOM with mouse * Force static IP/Server * Custom Background KEY/MOUSE COMMANDS: O - Toggle mobile rendering H - Toggle overlays P - Toggle static host ] - Toggle IP display B - Change background Q - Quit to title ESC - Quick respawn X - Toggle zoom Z - Rest zoom MOUSE WHEEL - Zoom in and out L - Toggle skin rotator K - Next skin J - Previous skin T / RIGHT CLICK - Toggle autoplay bot A/S - Radius multiplier D - Quick radius change I - Toggle Autorespawn G - Toggle leadboard overlay Y - Toggle Visual debugging U - Toggle Log debugging ADDITIONAL SKINS: * Green/White Striped * Black/White Striped * Purple Striped * Black * Spyke Entertainment * Orange/Black Striped * Slither Sessions * Thomas37847 * White/golden orange * Green/white * White/green * Purple/white * White/purple * Light blue/white * White/light blue * Golden/white * Orange/white * Red/gold * Jelly green/red * Jelly red/green * Purple striped ACKNOWLEDGEMENTS: This mod pack includes code from the Slither.io-bot on github: https://github.com/ErmiyaEskandary/Slither.io-bot https://github.com/kushview/Slither.io-bot
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slither Sessions |
ID | bbakonnkdadhgdlcnkfefpepeiabaacp |
URL Chính Thức | https://chromewebstore.google.com/detail/slither-sessions/bbakonnkdadhgdlcnkfefpepeiabaacp |
Mô tả | Slither.io Mods: ZOOM, play with friends, skins and more. |
Kích Thước Tệp | 724 KB |
Số Lần Cài Đặt | 1,335 |
Phiên Bản Hiện Tại | 2.2.20 |
Cập Nhật Lần Cuối | 2017-05-17 |
Ngày Phát Hành | 2017-05-17 |
Đánh Giá | 4.23/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | https://www.slithersessions.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.slithersessions.com |
URL Trang Trợ Giúp | http://www.slithersessions.com/mods.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slither Sessions", "description": "Slither.io Mods: ZOOM, play with friends, skins and more.", "version": "2.2.20", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "permissions": [ "http:\/\/mods.slithersessions.com\/images\/*.jpg", "http:\/\/mods.slithersessions.com\/images\/*.png" ], "content_scripts": [ { "matches": [ "*:\/\/slither.io\/*" ], "js": [ "js\/content.js" ], "all_frames": true } ], "web_accessible_resources": [ "css\/style.min.css", "js\/ss.min.js", "js\/jquery.js" ] } |