CS:GO Lounge Bump Bot

Auto-Bumps your CS:GO Lounge trades

CS:GO Lounge Bump Bot란 무엇입니까?

CS:GO Lounge Bump Bot은(는) lyra1337에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-Bumps your CS:GO Lounge trades"입니다.

CS:GO Lounge Bump Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Auto-Bumps CS:GO-Lounge Trades.

How to use?
-> Well, it does not have any settings nor any screen. You only have to go to your trades and let the bot do the magic.


Technical details:
It searches the DOM of the trading-overview page for your trades, wich are not bumped and says to the server something like 'bump me plz' and hides the Bump button.
Each Bump is delayed by a random delay between 0.2 and 0.9 seconds.
After that, it waits a random delay between 30.2 and 32.2 minutes and does the same again.

Thanks to http://www.reddit.com/user/Nastye for a Bug report!

Sourcecode is released in GitHub:
https://github.com/Lyra1337/BumpBot                    

확장 프로그램 기본 정보

이름 CS:GO Lounge Bump Bot CS:GO Lounge Bump Bot
ID jhfkidfnhjcjjamcbdepeohblphlamgk
공식 URL https://chromewebstore.google.com/detail/csgo-lounge-bump-bot/jhfkidfnhjcjjamcbdepeohblphlamgk
설명 Auto-Bumps your CS:GO Lounge trades
파일 크기 57.24 KB
설치 횟수 7,323
현재 버전 1.2.1
최근 업데이트 2017-04-03
출시 날짜 2017-04-03
평점 3.82/5 총 386 개의 평점
개발자 lyra1337
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CS:GO Lounge Bump Bot",
    "version": "1.2.1",
    "description": "Auto-Bumps your CS:GO Lounge trades",
    "icons": {
        "16": "16.png",
        "36": "36.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.csgolounge.com\/mytrades*"
            ],
            "js": [
                "jquery.js",
                "csgolounge.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}