GBots controller

This extension lets you control your GBots in agar.io

GBots controllerคืออะไร?

GBots controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gbots.ca และคุณลักษณะหลักของมันคือ "This extension lets you control your GBots in agar.io"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GBots controller

ดาวน์โหลดไฟล์ส่วนขยาย GBots controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension lets you control your GBots in agar.io                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GBots controller GBots controller
ID ieoaddnkfidignkkolkphijlalgopipb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gbots-controller/ieoaddnkfidignkkolkphijlalgopipb
คำอธิบาย This extension lets you control your GBots in agar.io
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 504
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2016-09-12
วันที่เผยแพร่ 2016-09-12
คะแนน 3.36/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา gbots.ca
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gbots.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GBots controller",
    "short_name": "GBots",
    "description": "This extension lets you control your GBots in agar.io",
    "permissions": [
        "http:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2,
    "version": "0.0.5",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/*",
                "https:\/\/gbots.io\/*"
            ],
            "js": [
                "resource\/js\/jquery.js",
                "resource\/js\/load.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "GBots controller"
    },
    "web_accessible_resources": [
        "resource\/js\/socket.io.min.js",
        "resource\/js\/bundle.js",
        "resource\/js\/browser.js"
    ]
}