Bot me up, baby!
Automated CotLI crusading, for all your idle/idol needs! (Windows only)
什麼是Bot me up, baby!?
Bot me up, baby!是由Kaleidocore開發的Chrome擴展程式,該擴展的主要功能是“Automated CotLI crusading, for all your idle/idol needs! (Windows only)”。
擴展截圖
下載Bot me up, baby!擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | dihecmfmleepppgolnbfbonekldannlj |
| 官方網址 | 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
}
]
} | |