TF2 Trading Enhanced

Adds additional features to backpack and steam.

TF2 Trading Enhanced là gì?

TF2 Trading Enhanced là một tiện ích mở rộng Chrome được phát triển bởi Gabriel, và tính năng chính của nó là "Adds additional features to backpack and steam.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TF2 Trading Enhanced

Tải xuống các tệp mở rộng TF2 Trading Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Note: No more tf2outpost :( 
This extension adds additional features to enhance your trading experience on backpack.tf and steam.

Features:
- Searches for halloween spelled items on backpack.tf. (Search for an item, and then click the GREEN button that says 'Find Halloween Spells'.)
- Adds multiple keys or refined metal on the steam trade offer page with a simple click (Also integrates with backpacks.tf's buy and sell order by automatically adding the 'values' of key/ref onto the input field)
- "HEAVILY REQUESTED FEATURE": Outpost now displays backpack prices! (Currently on Beta, not all items works. Press the "Get BP Prices Beta" button to see Backpack prices on outpost)
- On backpack.tf, you can select 'see inventory' in order to see them in the users' inventory. Useful to check if the item is still available (check if item is traded or not) or they can choose to inspect the item in-game.
- On the steam profile page, rep.tf button is added on the profile page so the user can easily check the user's reputation.

And more!

Suggest a feature/report a bug under the support tab or visit my steam group. Thanks :)
http://steamcommunity.com/groups/tf2-trading-enhanced

version 1.0.5
Fixed bug regarding lagging when typing or filtering for items (Thanks Jaytee!)

version 1.0.4
I'm back! Fixed bugs regarding Halloween searching on backpack.tf.
Sorry for the delay. Been busy!

version 1.0.2 - 1.0.3
- Various Bug fixes for backpack.tf

version 1.0.1
- Outpost now has a 'get bp price' button that would find the backpack prices for the items on outpost.
Currently on beta so this script does not work for all the items. Planning to fix the implementation to make it work for all items and be more efficient.
(May plan to remove the button alltogether so the users can see bp prices right away)

version 1.0.0
All changes are linked to steam trade offer page
- added progress and status which shows the amount of keys/ref/rec/scrap is added when the add button is pressed. Also notifies user the missing items.
- Extension able to work with counter offers now
- Fixed case where changing input field would not update the key/ref status

version 0.31
Changed key/ref value to be more consistent
Automatically finds key and ref value on stram trade offer from buy/sell orders on backpack

version 0.30
added key and ref functionality on the trade.
User can see how many keys they have and the other trader has.
Automatically adds keys and refined based on input field.
Reclaimed and scrap also works!

version 0.20
Complete redesign of the chrome extension. Adding more features
Currently redesign the way this app fetches backpack.tf (and a little bit true for outpost)
Added "see inventory" button on backpack.tf classified listings
Disabled steam features (except for rep.tf button) as they are not working at this time

version 0.13-0.16
changed backpack/outpost waiting for loading logic.
fixed button on new updated backpack.tf
added rep.tf button on steam profile
fixed duplicate bug on outpost when searching for spells                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TF2 Trading Enhanced TF2 Trading Enhanced
ID ceplnfffelfmoahckkalagpmipjfcncc
URL Chính Thức https://chromewebstore.google.com/detail/tf2-trading-enhanced/ceplnfffelfmoahckkalagpmipjfcncc
Mô tả Adds additional features to backpack and steam.
Kích Thước Tệp 96.56 KB
Số Lần Cài Đặt 10,199
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2018-11-10
Ngày Phát Hành 2018-11-10
Đánh Giá 4.76/5 Tổng số 62 Đánh Giá
Nhà Phát Triển Gabriel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://steamcommunity.com/groups/tf2-trading-enhanced
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TF2 Trading Enhanced",
    "description": "Adds additional features to backpack and steam.",
    "version": "1.0.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/backpack.tf\/classifieds*",
                "*:\/\/www.tf2outpost.com\/*",
                "*:\/\/steamcommunity.com\/tradeoffer\/*",
                "*:\/\/steamcommunity.com\/*\/tradeoffers\/sent\/",
                "*:\/\/steamcommunity.com\/id\/*",
                "*:\/\/steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "js\/library\/jquery-3.1.0.min.js",
                "js\/library\/bootstrap.min.js",
                "js\/init.js",
                "js\/backpack.js",
                "js\/outpost.js",
                "js\/profile_page.js",
                "js\/trade_offer.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/halloween_icon16.png",
        "128": "images\/halloween_icon128.png"
    }
}