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."입니다.

확장 프로그램 스크린샷

screenshot

Slither Sessions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}