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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you use chither.com bots in slither.io and add some stuff on agar.io"।

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

screenshot

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

crx प्रारूप में Chither.com - insane slither io bots ! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}