Better Buy Orders

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

Apa itu Better Buy Orders?

Better Buy Orders adalah ekstensi Chrome yang dikembangkan oleh Step7750, dan fitur utamanya adalah "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Better Buy Orders

Unduh file ekstensi Better Buy Orders dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Better Buy Orders Better Buy Orders
ID fdohejjlbpikihghncmaejajdbpoiebj
URL Resmi https://chromewebstore.google.com/detail/better-buy-orders/fdohejjlbpikihghncmaejajdbpoiebj
Deskripsi Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
Ukuran File 215 KB
Jumlah Instalasi 4,515
Versi Saat Ini 1.6.2
Terakhir Diperbarui 2017-11-23
Tanggal Publikasi 2017-11-22
Penilaian 4.00/5 Total 39 Penilaian
Pengembang Step7750
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Step7750/BetterBuyOrders
URL Halaman Bantuan https://github.com/Step7750/BetterBuyOrders
Bahasa yang Didukung 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"
}