GDAX Amplifier

Adds additional calculations and functionality to the GDAX trading view

Was ist GDAX Amplifier?

GDAX Amplifier ist eine Chrome-Erweiterung, die von https://blockfreaks.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds additional calculations and functionality to the GDAX trading view".

Erweiterungsscreenshots

screenshot
screenshot

GDAX Amplifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie GDAX Amplifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name GDAX Amplifier GDAX Amplifier
ID bhchiejkojgnpofajpaldnaphfcdmhdp
Offizielle URL https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp
Beschreibung Adds additional calculations and functionality to the GDAX trading view
Dateigröße 99.5 KB
Installationsanzahl 67
Aktuelle Version 0.0.3
Letztes Update 2018-03-20
Veröffentlichungsdatum 2018-03-20
Bewertung 3.14/5 Insgesamt 7 Bewertungen
Entwickler https://blockfreaks.com
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}