Poe.trade custom whisper

Customize your whisper for poe.trade

Что такое Poe.trade custom whisper?

Poe.trade custom whisper - это расширение Chrome, разработанное Superouman, и его основная функция - "Customize your whisper for poe.trade".

Скачать файл CRX расширения Poe.trade custom whisper

Скачайте файлы расширений Poe.trade custom whisper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Poe.trade custom whisper enables you to create a custom message for your whispers from poe.trade.

It adds a new button on poe.trade next to the regular whisper button. It enables you to add a very visible message at the end of your whisper when you want to make an offer to an item without a price.

In the extension window, you write your template for the regular whisper message and for the additional part for new offers. You save it and it will be used every time you will click on the "Whisper" or "New offer" buttons.

This extension is not affiliated with poe.trade or Grinding Gear Games in any way.                    

Основная информация о расширении

Название Poe.trade custom whisper Poe.trade custom whisper
ID fhccifnkfoehphppdhjpmbmijifmjjjc
Официальный URL https://chromewebstore.google.com/detail/poetrade-custom-whisper/fhccifnkfoehphppdhjpmbmijifmjjjc
Описание Customize your whisper for poe.trade
Размер файла 60.26 KB
Количество установок 23
Текущая Версия 1.0
Последнее Обновление 2016-10-23
Дата публикации 2016-10-23
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Superouman
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poe.trade custom whisper",
    "description": "Customize your whisper for poe.trade",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_css": "style.css"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.1.1.min.js",
                "get_item_info.js"
            ],
            "matches": [
                "http:\/\/*.poe.trade\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}