Custom whispers for warframe.market

Custom whispers for warframe.market

O que é Custom whispers for warframe.market?

Custom whispers for warframe.market é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Custom whispers for warframe.market".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Custom whispers for warframe.market

Baixe arquivos de extensão Custom whispers for warframe.market no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
URL Oficial https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Descrição Custom whispers for warframe.market
Tamanho do Arquivo 41.59 KB
Contagem de Instalações 21
Versão Atual 1.0
Última Atualização 2018-02-24
Data de Publicação 2018-02-24
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}