Better Buy Orders

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

Better Buy Orders란 무엇입니까?

Better Buy Orders은(는) Step7750에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Better Buy Orders 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}