Slither.io Mods, Zoom, Unlock Skins, Bots

The Best Mod and Extension for Slither.io! Mod Zoom, Play with Friends, Skins, Custom Skins, Bots

Slither.io Mods, Zoom, Unlock Skins, Bots란 무엇입니까?

Slither.io Mods, Zoom, Unlock Skins, Bots은(는) http://www.slither-io.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Best Mod and Extension for Slither.io! Mod Zoom, Play with Friends, Skins, Custom Skins, Bots"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Slither.io Mods, Zoom, Unlock Skins, Bots 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Slither.io is a famous multiplayer snake game online that can keep you addicted and busy for hours!

Version 2.2.4 updated:
+ New dashboard released

Version 2.2.3 updated:
+ Updated 14 new skins :)

Version 2.2.2 updated:
+ Remove chat box :(

In-game features:
• Zoom in and out
• Create/Join Party (play with friends)
• Press B to open help menu.
• Make your own Skins
• Custom your Skins
• Bots - Auto play
• Show your current location 
• Keep track of the FPS with FPS counter
• Follow the IP of friend’s server with your present one
• Join your friend’s IP
• Select the normal background to fix the low-end system 
• Reduce the flow to help the low systems 
• Graphic mode for your selection 
• Play the game with your buddies (connect to the servers straightly)
• All nicks and settings are saved 
• Sever selection
• Snake Skin Rotator for turning off/on rotator
• Background changer 
• Respawn 
• Return to the main menu when die
• Mod option 
• Live update 
• Turn on/off the HUD
• Reset Zoom
• Speed burst with key Shift 
• Brand new UI
• Press [P] to repawn  (replace [ESC])
• Add hot key: [S] to Show/Hide Menu Shortcode

Now, you can find out a wonderful Slither.io Mods to experience more amazing features! As we know, Slither.io is a game focusing on your surviving and getting evolved by moving the snake around the game arena to swallow the glowing pellets. The more you eat, the longer you are. The game is very interesting where you have to grow up for your survival and crashing into other opponent snakes isn’t allowed here. This is the basic rule that you must know when playing the game, otherwise, your game will come to a failure. You guys will compete to each other for the highest rank on the leaderboard! 

About Slither.io Mods, this can be considered as a great application for players to experience many wonderful features that the original game doesn’t offer. Once getting the Slither.io mods, the players can explore more tips and tricks, unlock new skins, zoom in or out the screen for a better vision when controlling their snakes, save their nicks, choose a server and much more.                    

확장 프로그램 기본 정보

이름 Slither.io Mods, Zoom, Unlock Skins, Bots Slither.io Mods, Zoom, Unlock Skins, Bots
ID eogeabecipmckmihpmkgjbghbffcebcf
공식 URL https://chrome.google.com/webstore/detail/slitherio-mods-zoom-unloc/eogeabecipmckmihpmkgjbghbffcebcf
설명 The Best Mod and Extension for Slither.io! Mod Zoom, Play with Friends, Skins, Custom Skins, Bots
파일 크기 276 KB
설치 횟수 200,000
현재 버전 2.2.4
최근 업데이트 2019-11-20
출시 날짜 2019-11-19
평점 4.03/5 총 5196 개의 평점
개발자 http://www.slither-io.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.slither-io.com
개인정보 보호 정책 페이지 URL http://www.slither-io.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "http:\/\/slither-io.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/slither.io\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "images\/Icon-128.png",
        "64": "images\/Icon-64.png",
        "48": "images\/Icon-48.png",
        "32": "images\/Icon-32.png",
        "16": "images\/Icon-16.png"
    },
    "description": "The Best Mod and Extension for Slither.io! Mod Zoom, Play with Friends, Skins, Custom Skins, Bots",
    "name": "Slither.io Mods, Zoom, Unlock Skins, Bots",
    "permissions": [
        "*:\/\/slither.io\/*",
        "storage",
        "activeTab"
    ],
    "short_name": "Slither.io Mod",
    "version": "2.2.4",
    "web_accessible_resources": [
        "images\/*",
        "main.js",
        "customskins.js",
        "jquery.js",
        "main.css",
        "bootstrap.css",
        "socket.io.js"
    ]
}