GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
Wat is GDAX Amplifier?
GDAX Amplifier is een Chrome-extensie ontwikkeld door https://blockfreaks.com, en de belangrijkste functie is "Adds additional calculations and functionality to the GDAX trading view".
Extensie Screenshots
Download het CRX-bestand van de extensie GDAX Amplifier
Download GDAX Amplifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | GDAX Amplifier |
ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
Officiële URL | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
Beschrijving | Adds additional calculations and functionality to the GDAX trading view |
Bestandsgrootte | 99.5 KB |
Aantal Installaties | 67 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2018-03-20 |
Publicatiedatum | 2018-03-20 |
Beoordeling | 3.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://blockfreaks.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |