Custom whispers for warframe.market

Custom whispers for warframe.market

Что такое Custom whispers for warframe.market?

Custom whispers for warframe.market - это расширение Chrome, разработанное Unknown, и его основная функция - "Custom whispers for warframe.market".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Custom whispers for warframe.market

Скачайте файлы расширений Custom whispers for warframe.market в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Allows you to swap out warframe.market's usual sell/buy message for one of your own. Click the extension on the top bar to show the config panel and start customising your message.

Tags can be used to automagically insert data from your chosen order into your message, the config panel will give more detail on these. If you can't identify what a tag does right away, play around with the preview box and hopefully it will all make sense!                    

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

Название Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
Официальный URL https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Описание Custom whispers for warframe.market
Размер файла 41.59 KB
Количество установок 21
Текущая Версия 1.0
Последнее Обновление 2018-02-24
Дата публикации 2018-02-24
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom whispers for warframe.market",
    "description": "Custom whispers for warframe.market",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/warframe.market\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "utils.js",
                "inject.js"
            ]
        }
    ]
}