CS:GO Lounge Bump Bot

Auto-Bumps your CS:GO Lounge trades

CS:GO Lounge Bump Bot क्या है?

CS:GO Lounge Bump Bot lyra1337 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-Bumps your CS:GO Lounge trades"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CS:GO Lounge Bump Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}