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文件

下載Chither.com - insane slither io bots !擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}