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.」です。
拡張機能のスクリーンショット
VPGame Trade Helper拡張機能のCRXファイルをダウンロード
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 |
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" } |