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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VPGAME และคุณลักษณะหลักของมันคือ "Quickly obtain the offer from steam and quickly accept the offer.Only works when you are running webstie vpgame.com or d2l."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VPGame Trade Helper

ดาวน์โหลดไฟล์ส่วนขยาย VPGame Trade Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}