Bot me up, baby!

Automated CotLI crusading, for all your idle/idol needs! (Windows only)

¿Qué es Bot me up, baby!?

Bot me up, baby! es una extensión de Chrome desarrollada por Kaleidocore, y su función principal es "Automated CotLI crusading, for all your idle/idol needs! (Windows only)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Bot me up, baby!

Descarga archivos de extensión Bot me up, baby! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The only way to crusade in style: Here's a fully automated bot for CotLI! This bot will buy you new levels (with or without upgrades), click the enemies, use the built-in free buffs and keep pushing forward to new areas. Meanwhile, people like you and me can participate in the so-called "real life".

Note that this extension comes with a native Windows .Net program, which is required in order to send mouse clicks to the flash game window. (Full source code included for those with a CRX viewer.)

Enjoy!                    

Información Básica de la Extensión

Nombre Bot me up, baby! Bot me up, baby!
ID dihecmfmleepppgolnbfbonekldannlj
URL Oficial https://chromewebstore.google.com/detail/bot-me-up-baby/dihecmfmleepppgolnbfbonekldannlj
Descripción Automated CotLI crusading, for all your idle/idol needs! (Windows only)
Tamaño del Archivo 61.66 KB
Cantidad de Instalaciones 56
Versión Actual 1.0.14
Última Actualización 2017-06-21
Fecha de Publicación 2017-06-21
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador Kaleidocore
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bot me up, baby!",
    "short_name": "CotLI bot",
    "manifest_version": 2,
    "version": "1.0.14",
    "description": "Automated CotLI crusading, for all your idle\/idol needs! (Windows only)",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": "img\/icon16.png"
    },
    "permissions": [
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "bot.js",
        "windowchange.js",
        "progress.gif",
        "CotliBot.bin"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/idlemaster.djartsgames.ca\/~idle\/*"
            ],
            "js": [
                "inject_iframe.js"
            ],
            "css": [
                "bot.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.kongregate.com\/games\/codename_enter\/crusaders-of-the-lost-idols"
            ],
            "js": [
                "inject_parent.js"
            ],
            "all_frames": true
        }
    ]
}