VPGame Trade Helper

Quickly obtain the offer from steam and quickly accept the offer.Only works when you are running webstie vpgame.com or d2l.

VPGame Trade Helper란 무엇입니까?

VPGame Trade Helper은(는) VPGAME에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly obtain the offer from steam and quickly accept the offer.Only works when you are running webstie vpgame.com or d2l."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VPGame Trade Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        VPGAME Trade Helper help you to deal with Steam trade offer in a more fast and convenient way. When you deposit or withdraw items from VPGAME or Dota2Lounge, you do not need Steam trade interface to complete the task. You can complete everything easily through browser.

Unique Features :
1. Instant check on new trade offer and trade history.
2. Superb convenient selection in accepting and rejecting offer.
3. Detect automatically on whether trade offer sent from VPGame bot or not.
4. When mouseover and stay on an item, it will show the item in a bigger picture with more details.

Notes:
1. Plug-in will be automatically activated when you visit dota2.vpgame.com or dota2lounge.com.
2. You need to log into Steam in advance in Chrome browser.                    

확장 프로그램 기본 정보

이름 VPGame Trade Helper VPGame Trade Helper
ID hegdhajjpkhhmeenhemnofheicanakbe
공식 URL https://chromewebstore.google.com/detail/vpgame-trade-helper/hegdhajjpkhhmeenhemnofheicanakbe
설명 Quickly obtain the offer from steam and quickly accept the offer.Only works when you are running webstie vpgame.com or d2l.
파일 크기 93.38 KB
설치 횟수 150
현재 버전 0.0.2.3
최근 업데이트 2015-07-07
출시 날짜 2015-07-07
평점 4.87/5 총 15 개의 평점
개발자 VPGAME
결제 유형 free
확장 프로그램 웹 사이트 http://dota2.vpgame.com
지원되는 언어 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/base64.min.js",
            "js\/bignumber.min.js",
            "js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vpgame.com\/*",
                "*:\/\/*.dota2lounge.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/plugin.min.js"
            ],
            "css": [
                "css\/plugin.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "ico\/19.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.steamcommunity.com\/*",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/*.vpgame.com\/*"
    ],
    "icons": {
        "128": "ico\/128.png"
    },
    "web_accessible_resources": [
        "plugin.html",
        "img\/chrome-plugin-steam.png",
        "img\/chrome-plugin-steam-icon.png",
        "img\/chrome-plugin-tradeoffer-rule.png",
        "img\/chrome-plugin-logo.png",
        "img\/chrome-plugin-avatar.jpg",
        "img\/chrome-plugin-hover-background.png",
        "img\/chrome-plugin-steam-border.png",
        "ico\/19R.png",
        "ico\/19A.png"
    ],
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en_US",
    "version": "0.0.2.3"
}