GDAX Amplifier

Adds additional calculations and functionality to the GDAX trading view

Hvad er GDAX Amplifier?

GDAX Amplifier er en Chrome-udvidelse udviklet af https://blockfreaks.com, og dens hovedfunktion er "Adds additional calculations and functionality to the GDAX trading view".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GDAX Amplifier-udvidelses-CRX-fil

Download GDAX Amplifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn GDAX Amplifier GDAX Amplifier
ID bhchiejkojgnpofajpaldnaphfcdmhdp
Officiel URL https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp
Beskrivelse Adds additional calculations and functionality to the GDAX trading view
Filstørrelse 99.5 KB
Antal Installationer 67
Nuværende Version 0.0.3
Senest Opdateret 2018-03-20
Udgivelsesdato 2018-03-20
Bedømmelse 3.14/5 Samlet 7 Bedømmelser
Udvikler https://blockfreaks.com
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}