GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
Apa itu GDAX Amplifier?
GDAX Amplifier adalah ekstensi Chrome yang dikembangkan oleh https://blockfreaks.com, dan fitur utamanya adalah "Adds additional calculations and functionality to the GDAX trading view".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GDAX Amplifier
Unduh file ekstensi GDAX Amplifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | GDAX Amplifier |
ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
URL Resmi | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
Deskripsi | Adds additional calculations and functionality to the GDAX trading view |
Ukuran File | 99.5 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2018-03-20 |
Tanggal Publikasi | 2018-03-20 |
Penilaian | 3.14/5 Total 7 Penilaian |
Pengembang | https://blockfreaks.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |