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
screenshot
screenshot

Скачать файл CRX расширения Better Buy Orders

Скачайте файлы расширений 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 Step7750@gmail.com. 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
Электронная почта support@csgofloat.com
Тип оплаты 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"
}