Necoyoad Crypto Trader Assistant
UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
Necoyoad Crypto Trader Assistantคืออะไร?
Necoyoad Crypto Trader Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Necoyoad และคุณลักษณะหลักของมันคือ "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Necoyoad Crypto Trader Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Necoyoad Crypto Trader Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It shows features that makes the trading easier and profitable. Don´t need API access nor any access data
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Necoyoad Crypto Trader Assistant |
ID | gohgaliidhnkpanhibpmneeiijmndbba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba |
คำอธิบาย | UI Assistant for Binance, Huobi, BW, ZB and others international exchangers |
ขนาดไฟล์ | 73.95 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-09-20 |
วันที่เผยแพร่ | 2019-09-20 |
ผู้พัฒนา | Necoyoad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.necoyoad.com/ |
URL หน้าช่วยเหลือ | https://www.necoyoad.com/ |
URL หน้านโยบายความเป็นส่วนตัว | http://www.necoyoad.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Necoyoad Crypto Trader Assistant", "version": "1.0.3", "description": "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers", "permissions": [ "activeTab", "declarativeContent", "storage" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "64": "images\/logo-64x64.png", "128": "images\/logo-128x128.png", "256": "images\/logo-256x256.png" } }, "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "64": "images\/logo-64x64.png", "128": "images\/logo-128x128.png", "256": "images\/logo-256x256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "prototypes.js", "helpers.js", "lang.js", "functions.js", "assistant.js" ] } ], "manifest_version": 2 } |