GBots controller

This extension lets you control your GBots in agar.io

What is GBots controller?

GBots controller is a Chrome extension developed by gbots.ca, and its main feature is "This extension lets you control your GBots in agar.io".

Download GBots controller Extension CRX File

Download GBots controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension lets you control your GBots in agar.io                    

Extension Basic Information

Name GBots controller GBots controller
ID ieoaddnkfidignkkolkphijlalgopipb
Official URL https://chrome.google.com/webstore/detail/gbots-controller/ieoaddnkfidignkkolkphijlalgopipb
Description This extension lets you control your GBots in agar.io
File Size 107 KB
Installation Count 504
Current Version 0.0.5
Last Updated 2016-09-12
Publish Date 2016-09-12
Rating 3.36/5 Total 33 Ratings
Developer gbots.ca
Payment Type free
Extension Website http://gbots.io
Supported Languages 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"
    ]
}