Better Buy Orders

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

ما هو Better Buy Orders؟

Better Buy Orders هو إضافة Chrome تم تطويرها بواسطة Step7750، والميزة الرئيسية لها هي "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Better Buy Orders

قم بتنزيل ملفات الامتداد Better Buy Orders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
}