Dota 2 Lounge Auto-Bumper

Bumps all your Dota 2 Lounge trades automatically

Dota 2 Lounge Auto-Bumper란 무엇입니까?

Dota 2 Lounge Auto-Bumper은(는) 2noobsite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bumps all your Dota 2 Lounge trades automatically"입니다.

확장 프로그램 스크린샷

screenshot

Dota 2 Lounge Auto-Bumper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Dota 2 Lounge Auto-Bumper Dota 2 Lounge Auto-Bumper
ID momlknmipfckchdjmhbjkkeipegmajcl
공식 URL https://chromewebstore.google.com/detail/dota-2-lounge-auto-bumper/momlknmipfckchdjmhbjkkeipegmajcl
설명 Bumps all your Dota 2 Lounge trades automatically
파일 크기 30.5 KB
설치 횟수 346
현재 버전 2.0
최근 업데이트 2014-01-03
출시 날짜 2014-01-03
평점 3.60/5 총 105 개의 평점
개발자 2noobsite
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}