Bot me up, baby!
Automated CotLI crusading, for all your idle/idol needs! (Windows only)
Bot me up, baby! क्या है?
Bot me up, baby! Kaleidocore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automated CotLI crusading, for all your idle/idol needs! (Windows only)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bot me up, baby! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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! |
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 } ] } |