Better Buy Orders
Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
Better Buy Orders क्या है?
Better Buy Orders Step7750 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Buy Orders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |