Better Buy Orders
Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
Co je Better Buy Orders?
Better Buy Orders je rozšíření Chrome vyvinuté Step7750, a jeho hlavní funkcí je „Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Buy Orders
Stáhněte si soubory rozšíření Better Buy Orders ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Better Buy Orders |
ID | fdohejjlbpikihghncmaejajdbpoiebj |
Oficiální URL | https://chromewebstore.google.com/detail/better-buy-orders/fdohejjlbpikihghncmaejajdbpoiebj |
Popis | Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies) |
Velikost souboru | 215 KB |
Počet instalací | 4,515 |
Aktuální Verze | 1.6.2 |
Poslední Aktualizace | 2017-11-23 |
Datum Vydání | 2017-11-22 |
Hodnocení | 4.00/5 Celkem 39 Hodnocení |
Vývojář | Step7750 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Step7750/BetterBuyOrders |
URL Stránky Nápovědy | https://github.com/Step7750/BetterBuyOrders |
Podporované Jazyky | 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" } |