Better Buy Orders

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

Cos'è Better Buy Orders?

Better Buy Orders è un'estensione di Chrome sviluppata da Step7750, e la sua funzione principale è "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Better Buy Orders

Scarica i file di estensione Better Buy Orders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Better Buy Orders Better Buy Orders
ID fdohejjlbpikihghncmaejajdbpoiebj
URL Ufficiale https://chromewebstore.google.com/detail/better-buy-orders/fdohejjlbpikihghncmaejajdbpoiebj
Descrizione Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
Dimensione del File 215 KB
Conteggio Installazioni 4,515
Versione Corrente 1.6.2
Ultimo Aggiornamento 2017-11-23
Data di Pubblicazione 2017-11-22
Valutazione 4.00/5 Totale 39 Valutazioni
Sviluppatore Step7750
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Step7750/BetterBuyOrders
URL della Pagina di Aiuto https://github.com/Step7750/BetterBuyOrders
Lingue Supportate 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"
}