GDAX Amplifier

Adds additional calculations and functionality to the GDAX trading view

What is GDAX Amplifier?

GDAX Amplifier is a Chrome extension developed by https://blockfreaks.com, and its main feature is "Adds additional calculations and functionality to the GDAX trading view".

Extension Screenshots

screenshot
screenshot

Download GDAX Amplifier Extension CRX File

Download GDAX Amplifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name GDAX Amplifier GDAX Amplifier
ID bhchiejkojgnpofajpaldnaphfcdmhdp
Official URL https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp
Description Adds additional calculations and functionality to the GDAX trading view
File Size 99.5 KB
Installation Count 67
Current Version 0.0.3
Last Updated 2018-03-20
Publish Date 2018-03-20
Rating 3.14/5 Total 7 Ratings
Developer https://blockfreaks.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}