Chither.com - insane slither io bots !

This extension lets you use chither.com bots in slither.io and add some stuff on agar.io

Chither.com - insane slither io bots !란 무엇입니까?

Chither.com - insane slither io bots !은(는) chither.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you use chither.com bots in slither.io and add some stuff on agar.io"입니다.

확장 프로그램 스크린샷

screenshot

Chither.com - insane slither io bots ! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chither.com is a service for creating bots to the game slither.io
chrome extension is used to indicate where is the player in the game and goes along with chither.com

Special offer for slither.io only : Freebots - 50 or 60 bots for free !

Nb: bot for agario is not suported anymore
Agario remain Features:
- Minimap
- Autofeed for clients

Slither Features:
- Automatic Follow bots
- Enable / Disable follow
- Feedback on bots (number alive, total)
- Enable / disable speed 
- Rand mod: snake just move randomly

Have fun with chither bot !                    

확장 프로그램 기본 정보

이름 Chither.com - insane slither io bots ! Chither.com - insane slither io bots !
ID pmedcepkcjldmmkmfkeniapbaedjlfic
공식 URL https://chrome.google.com/webstore/detail/chithercom-insane-slither/pmedcepkcjldmmkmfkeniapbaedjlfic
설명 This extension lets you use chither.com bots in slither.io and add some stuff on agar.io
파일 크기 808 KB
설치 횟수 10,000
현재 버전 1.1.25
최근 업데이트 2017-03-16
출시 날짜 2017-03-16
평점 3.62/5 총 709 개의 평점
개발자 chither.com
결제 유형 free
확장 프로그램 웹 사이트 http://chither.com
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Chither.com - insane slither.io bots and agar features !"
    },
    "content_scripts": [
        {
            "js": [
                "agario\/jquery.js",
                "agario\/aes.js",
                "agario\/content.js"
            ],
            "matches": [
                "http:\/\/agar.io\/",
                "http:\/\/agar.io\/?",
                "http:\/\/agar.io\/index.html",
                "https:\/\/agar.io\/",
                "https:\/\/agar.io\/?"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "ui.css"
            ],
            "matches": [
                "http:\/\/slither.io\/",
                "http:\/\/slither.io\/?",
                "http:\/\/slither.io\/index.html",
                "https:\/\/slither.io\/",
                "https:\/\/slither.io\/?"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "This extension lets you use chither.com bots in slither.io and add some stuff on agar.io",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/chitherclient.js",
        "agario\/dominjector.js",
        "agario\/jquery.js",
        "agario\/overlay\/*",
        "agario\/aes.js",
        "cellsh_banner_slither.png"
    ],
    "manifest_version": 2,
    "name": "Chither.com - insane slither io bots !",
    "permissions": [
        "cookies",
        "http:\/\/slither.io\/*",
        "https:\/\/slither.io\/*",
        "http:\/\/agar.io\/*",
        "https:\/\/agar.io\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.25"
}