GDAX Amplifier

Adds additional calculations and functionality to the GDAX trading view

O que é GDAX Amplifier?

GDAX Amplifier é uma extensão do Chrome desenvolvida por https://blockfreaks.com, e sua principal característica é "Adds additional calculations and functionality to the GDAX trading view".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GDAX Amplifier

Baixe arquivos de extensão GDAX Amplifier 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

                                            

Informações Básicas da Extensão

Nome GDAX Amplifier GDAX Amplifier
ID bhchiejkojgnpofajpaldnaphfcdmhdp
URL Oficial https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp
Descrição Adds additional calculations and functionality to the GDAX trading view
Tamanho do Arquivo 99.5 KB
Contagem de Instalações 67
Versão Atual 0.0.3
Última Atualização 2018-03-20
Data de Publicação 2018-03-20
Classificação 3.14/5 Total de 7 Avaliações
Desenvolvedor https://blockfreaks.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GDAX Amplifier",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Adds additional calculations and functionality to the GDAX trading view",
    "homepage_url": "https:\/\/blockfreaks.com\/",
    "icons": {
        "16": "icons\/candlestick16.png",
        "48": "icons\/candlestick48.png",
        "128": "icons\/candlestick128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.gdax.com\/trade\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.gdax.com\/trade\/ETH-USD",
                "https:\/\/www.gdax.com\/trade\/BTC-USD",
                "https:\/\/www.gdax.com\/trade\/LTC-USD"
            ],
            "js": [
                "src\/inject\/jquery-2.2.4.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}