Slither Sessions
Slither.io Mods: ZOOM, play with friends, skins and more.
Slither Sessionsคืออะไร?
Slither Sessions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.slithersessions.com และคุณลักษณะหลักของมันคือ "Slither.io Mods: ZOOM, play with friends, skins and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slither Sessions
ดาวน์โหลดไฟล์ส่วนขยาย Slither Sessions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Slither Sessions |
ID | bbakonnkdadhgdlcnkfefpepeiabaacp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/slither-sessions/bbakonnkdadhgdlcnkfefpepeiabaacp |
คำอธิบาย | Slither.io Mods: ZOOM, play with friends, skins and more. |
ขนาดไฟล์ | 724 KB |
จำนวนการติดตั้ง | 1,335 |
เวอร์ชันปัจจุบัน | 2.2.20 |
อัปเดตครั้งล่าสุด | 2017-05-17 |
วันที่เผยแพร่ | 2017-05-17 |
คะแนน | 4.23/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | https://www.slithersessions.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.slithersessions.com |
URL หน้าช่วยเหลือ | http://www.slithersessions.com/mods.html |
ภาษาที่รองรับ | 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" ] } |