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 ! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chither.com และคุณลักษณะหลักของมันคือ "This extension lets you use chither.com bots in slither.io and add some stuff on agar.io"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chither.com - insane slither io bots !

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}