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)」です。
拡張機能のスクリーンショット
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 |
ID | fdohejjlbpikihghncmaejajdbpoiebj |
公式URL | 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 |
Eメール | [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" } |