PoE Bulk Trade - Buy All

Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.

PoE Bulk Trade - Buy All란 무엇입니까?

PoE Bulk Trade - Buy All은(는) WatchRaccoonGaming에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item."입니다.

확장 프로그램 스크린샷

screenshot

PoE Bulk Trade - Buy All 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.  If the currency you are buying with is chaos or less then offer will be rounded up to next unit. If trading in exalts, the value will be rounded down to the nearest exalt. Mirror purchases are not supported.                    

확장 프로그램 기본 정보

이름 PoE Bulk Trade - Buy All PoE Bulk Trade - Buy All
ID bafffofgkhnjkbhlbbofconbfecknejm
공식 URL https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm
설명 Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.
파일 크기 351 KB
설치 횟수 1,212
현재 버전 0.2
최근 업데이트 2020-08-27
출시 날짜 2020-08-03
평점 5.00/5 총 2 개의 평점
개발자 WatchRaccoonGaming
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rtanase2/poe-bulk-buy-extension
도움말 페이지 URL https://github.com/rtanase2/poe-bulk-buy-extension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PoE Bulk Trade - Buy All",
    "version": "0.2",
    "description": "Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pathofexile.com\/trade\/*"
            ],
            "js": [
                "addButton.js"
            ],
            "css": [
                "addButton.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_18.png",
        "32": "images\/icon_36.png",
        "48": "images\/icon_72.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}