GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
Qu'est-ce que GDAX Amplifier ?
GDAX Amplifier est une extension Chrome développée par https://blockfreaks.com, et sa fonction principale est "Adds additional calculations and functionality to the GDAX trading view".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GDAX Amplifier
Téléchargez les fichiers d'extension GDAX Amplifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | GDAX Amplifier |
ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
URL Officiel | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
Description | Adds additional calculations and functionality to the GDAX trading view |
Taille du Fichier | 99.5 KB |
Nombre d'Installations | 67 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2018-03-20 |
Date de Publication | 2018-03-20 |
Évaluation | 3.14/5 Total 7 Évaluations |
Développeur | https://blockfreaks.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |