Bot me up, baby!

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

Τι είναι το Bot me up, baby!;

Το Bot me up, baby! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kaleidocore, και η κύρια λειτουργία του είναι "Automated CotLI crusading, for all your idle/idol needs! (Windows only)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bot me up, baby!

Λήψη αρχείων επέκτασης Bot me up, baby! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bot me up, baby! Bot me up, baby!
ID dihecmfmleepppgolnbfbonekldannlj
Επίσημο URL https://chromewebstore.google.com/detail/bot-me-up-baby/dihecmfmleepppgolnbfbonekldannlj
Περιγραφή Automated CotLI crusading, for all your idle/idol needs! (Windows only)
Μέγεθος Αρχείου 61.66 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 1.0.14
Τελευταία Ενημέρωση 2017-06-21
Ημερομηνία Δημοσίευσης 2017-06-21
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Kaleidocore
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}