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
官方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
}