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ファイルをダウンロード
CS:GO Lounge Bump Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |