Dota 2 Lounge Auto-Bumper

Bumps all your Dota 2 Lounge trades automatically

What is Dota 2 Lounge Auto-Bumper?

Dota 2 Lounge Auto-Bumper is a Chrome extension developed by 2noobsite, and its main feature is "Bumps all your Dota 2 Lounge trades automatically".

Extension Screenshots

screenshot

Download Dota 2 Lounge Auto-Bumper Extension CRX File

Download Dota 2 Lounge Auto-Bumper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension bumps all your Dota 2 Lounge trades automatically every 30 minutes. Every half hour it discretely opens a tab at dota2lounge.com/mytrades, "clicks" every Bump button, and closes the tab. You DO NOT need to enter your steam password or username, or any details whatsoever.                    

Extension Basic Information

Name Dota 2 Lounge Auto-Bumper Dota 2 Lounge Auto-Bumper
ID momlknmipfckchdjmhbjkkeipegmajcl
Official URL https://chromewebstore.google.com/detail/dota-2-lounge-auto-bumper/momlknmipfckchdjmhbjkkeipegmajcl
Description Bumps all your Dota 2 Lounge trades automatically
File Size 30.5 KB
Installation Count 346
Current Version 2.0
Last Updated 2014-01-03
Publish Date 2014-01-03
Rating 3.60/5 Total 105 Ratings
Developer 2noobsite
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota 2 Lounge Auto-Bumper",
    "manifest_version": 2,
    "description": "Bumps all your Dota 2 Lounge trades automatically",
    "version": "2.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/dota2lounge.com\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/dota2lounge.com\/mytrades?ext"
            ],
            "js": [
                "tradescript.js"
            ]
        }
    ]
}