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)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bot me up, baby! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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! 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
        }
    ]
}