CS:GO Lounge Bump Bot
Auto-Bumps your CS:GO Lounge trades
Qu'est-ce que CS:GO Lounge Bump Bot ?
CS:GO Lounge Bump Bot est une extension Chrome développée par lyra1337, et sa fonction principale est "Auto-Bumps your CS:GO Lounge trades".
Télécharger le fichier CRX de l'extension CS:GO Lounge Bump Bot
Téléchargez les fichiers d'extension CS:GO Lounge Bump Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CS:GO Lounge Bump Bot |
ID | jhfkidfnhjcjjamcbdepeohblphlamgk |
URL Officiel | https://chromewebstore.google.com/detail/csgo-lounge-bump-bot/jhfkidfnhjcjjamcbdepeohblphlamgk |
Description | Auto-Bumps your CS:GO Lounge trades |
Taille du Fichier | 57.24 KB |
Nombre d'Installations | 7,323 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2017-04-03 |
Date de Publication | 2017-04-03 |
Évaluation | 3.82/5 Total 386 Évaluations |
Développeur | lyra1337 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |