Slither Sessions

Slither.io Mods: ZOOM, play with friends, skins and more.

Slither Sessions क्या है?

Slither Sessions https://www.slithersessions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Slither.io Mods: ZOOM, play with friends, skins and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slither Sessions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}