Better Buy Orders

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

What is Better Buy Orders?

Better Buy Orders is a Chrome extension developed by Step7750, and its main feature is "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)".

Extension Screenshots

screenshot
screenshot
screenshot

Download Better Buy Orders Extension CRX File

Download Better Buy Orders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Better Buy Orders Better Buy Orders
ID fdohejjlbpikihghncmaejajdbpoiebj
Official URL https://chromewebstore.google.com/detail/better-buy-orders/fdohejjlbpikihghncmaejajdbpoiebj
Description Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
File Size 215 KB
Installation Count 4,515
Current Version 1.6.2
Last Updated 2017-11-23
Publish Date 2017-11-22
Rating 4.00/5 Total 39 Ratings
Developer Step7750
Email [email protected]
Payment Type free
Extension Website https://github.com/Step7750/BetterBuyOrders
Help Page URL https://github.com/Step7750/BetterBuyOrders
Supported Languages 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"
}