Slither Sessions
Slither.io Mods: ZOOM, play with friends, skins and more.
Slither Sessionsとは何ですか?
Slither Sessionsはhttps://www.slithersessions.comによって開発されたChromeの拡張機能で、その主な機能は「Slither.io Mods: ZOOM, play with friends, skins and more.」です。
拡張機能のスクリーンショット
Slither Sessions拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |