Bot me up, baby!
Automated CotLI crusading, for all your idle/idol needs! (Windows only)
Bot me up, baby! là gì?
Bot me up, baby! là một tiện ích mở rộng Chrome được phát triển bởi Kaleidocore, và tính năng chính của nó là "Automated CotLI crusading, for all your idle/idol needs! (Windows only)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bot me up, baby!
Tải xuống các tệp mở rộng Bot me up, baby! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bot me up, baby! |
ID | dihecmfmleepppgolnbfbonekldannlj |
URL Chính Thức | https://chromewebstore.google.com/detail/bot-me-up-baby/dihecmfmleepppgolnbfbonekldannlj |
Mô tả | Automated CotLI crusading, for all your idle/idol needs! (Windows only) |
Kích Thước Tệp | 61.66 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0.14 |
Cập Nhật Lần Cuối | 2017-06-21 |
Ngày Phát Hành | 2017-06-21 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Kaleidocore |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |