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
        }
    ]
}