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 - это расширение Chrome, разработанное WatchRaccoonGaming, и его основная функция - "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

Скачать файл CRX расширения PoE Bulk Trade - Buy All

Скачайте файлы расширений 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
}