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文件

下載PoE Bulk Trade - Buy All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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.  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
官方網址 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
}