Better Buy Orders

Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)

什麼是Better Buy Orders?

Better Buy Orders是由Step7750開發的Chrome擴展程式,該擴展的主要功能是“Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)”。

擴展截圖

screenshot
screenshot
screenshot

下載Better Buy Orders擴展crx文件

下載Better Buy Orders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Better Buy Orders is an extension that improves your experience and productivity on the Steam Community Market.

Github: https://github.com/Step7750/BetterBuyOrders
Steam Group: http://steamcommunity.com/groups/bborders

Features:
* Extend the amount of buy and sell orders seen
* Allows "hot swapping" of currencies for the tables
* Place buy orders on items without any listings
* Price history graphs now appear on pages with no listings
* Works on commodity, items, and pages with nothing listed

If you have any suggestions or bug reports, please contact me on Steam (http://steamcommunity.com/id/Step7750/) or my email [email protected]. You can also report issues using the Github tracker.                    

擴展基本資訊

名稱 Better Buy Orders Better Buy Orders
ID fdohejjlbpikihghncmaejajdbpoiebj
官方網址 https://chromewebstore.google.com/detail/better-buy-orders/fdohejjlbpikihghncmaejajdbpoiebj
簡介 Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
檔案大小 215 KB
安裝次數 4,515
目前版本 1.6.2
更新時間 2017-11-23
上架時間 2017-11-22
評分 4.00/5 共 39 次評分
開發者 Step7750
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Step7750/BetterBuyOrders
說明頁面URL https://github.com/Step7750/BetterBuyOrders
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "bbo.js"
            ],
            "css": [
                "bbo.css"
            ],
            "matches": [
                "*:\/\/*.steamcommunity.com\/market\/listings\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.steamcommunity.com\/market\/listings\/*"
    ],
    "icons": {
        "16": "icons\/16logo.png",
        "48": "icons\/48logo.png",
        "128": "icons\/128logo.png"
    },
    "description": "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)",
    "name": "Better Buy Orders",
    "short_name": "BBO",
    "version": "1.6.2"
}