CS:GO Lounge Bump Bot

Auto-Bumps your CS:GO Lounge trades

Cos'è CS:GO Lounge Bump Bot?

CS:GO Lounge Bump Bot è un'estensione di Chrome sviluppata da lyra1337, e la sua funzione principale è "Auto-Bumps your CS:GO Lounge trades".

Scarica il file CRX dell'estensione CS:GO Lounge Bump Bot

Scarica i file di estensione CS:GO Lounge Bump Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CS:GO Lounge Bump Bot CS:GO Lounge Bump Bot
ID jhfkidfnhjcjjamcbdepeohblphlamgk
URL Ufficiale https://chromewebstore.google.com/detail/csgo-lounge-bump-bot/jhfkidfnhjcjjamcbdepeohblphlamgk
Descrizione Auto-Bumps your CS:GO Lounge trades
Dimensione del File 57.24 KB
Conteggio Installazioni 7,323
Versione Corrente 1.2.1
Ultimo Aggiornamento 2017-04-03
Data di Pubblicazione 2017-04-03
Valutazione 3.82/5 Totale 386 Valutazioni
Sviluppatore lyra1337
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}