GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
ما هو GDAX Amplifier؟
GDAX Amplifier هو إضافة Chrome تم تطويرها بواسطة https://blockfreaks.com، والميزة الرئيسية لها هي "Adds additional calculations and functionality to the GDAX trading view".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GDAX Amplifier
قم بتنزيل ملفات الامتداد GDAX Amplifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | GDAX Amplifier |
ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
الوصف | Adds additional calculations and functionality to the GDAX trading view |
حجم الملف | 99.5 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2018-03-20 |
تاريخ النشر | 2018-03-20 |
تقييم | 3.14/5 مجموع تقييمات 7 |
المطور | https://blockfreaks.com |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |