CS:GO Lounge Bump Bot
Auto-Bumps your CS:GO Lounge trades
CS:GO Lounge Bump Botคืออะไร?
CS:GO Lounge Bump Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lyra1337 และคุณลักษณะหลักของมันคือ "Auto-Bumps your CS:GO Lounge trades"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CS:GO Lounge Bump Bot
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |