FX Bot
FX Bot extension
FX Botคืออะไร?
FX Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย clickjansons และคุณลักษณะหลักของมันคือ "FX Bot extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FX Bot
ดาวน์โหลดไฟล์ส่วนขยาย FX Bot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take a look at our brand new extension that will help you improve your trading. Just with a click of a button this extension will set everything that you need for your trading analysis and you will not need entering that data manually. If you need more info, please visit our website https://fxcoinbot.com/ Note: All processing is done client side without any servers involved. Note: This extension does not have options by itself. All the settings should be done by creating account into our platform. Read our privacy policy here: https://fxcoinbot.com/privacy Versions: 2.0.2 -> fixing message modal for the brokers 2.0.1 -> updating path styles and time optimisations
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FX Bot |
ID | ndndjobagjbkcfcmleaabmjkpdkjenpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fx-bot/ndndjobagjbkcfcmleaabmjkpdkjenpc |
คำอธิบาย | FX Bot extension |
ขนาดไฟล์ | 233 KB |
จำนวนการติดตั้ง | 241 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2019-09-13 |
วันที่เผยแพร่ | 2019-09-12 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | clickjansons |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fxcoinbot.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FX Bot", "description": "FX Bot extension", "version": "2.0.2", "browser_action": { "default_title": "FX Bot", "default_popup": "popup.html" }, "icons": { "128": "public\/images\/icon128.png" }, "content_scripts": [ { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/24options.min.js" ], "matches": [ "https:\/\/*.24option.com\/*", "https:\/\/*.investous.com\/*" ], "run_at": "document_start" }, { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/ufx.min.js" ], "matches": [ "https:\/\/*.ufx.com\/*", "https:\/\/*.trade360.com\/*" ], "run_at": "document_start" }, { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/tradotek.min.js" ], "matches": [ "https:\/\/*.tradotek.com\/*" ], "run_at": "document_start" }, { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/brokerz.min.js" ], "matches": [ "https:\/\/*.brokerz.com\/*", "https:\/\/*.globalix.com\/*" ], "run_at": "document_start" }, { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/europefx.min.js" ], "matches": [ "https:\/\/*.europefx.com\/*", "https:\/\/*.everfx.com\/*", "https:\/\/*.everfxglobal.com\/*", "https:\/\/*.mql5.com\/*" ], "run_at": "document_start" }, { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/ainvestments.min.js" ], "matches": [ "https:\/\/*.ainvestments.com\/*", "https:\/\/*.xtrade.com\/*" ], "run_at": "document_start" }, { "css": [ "public\/css\/signals.min.css" ], "js": [ "public\/js\/tradeltd.min.js" ], "matches": [ "https:\/\/*.tradeltd.com\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "public\/js\/background.min.js" ] }, "permissions": [ "https:\/\/*.24option.com\/*", "https:\/\/*.investous.com\/*", "https:\/\/*.brokerz.com\/*", "https:\/\/*.ufx.com\/*", "https:\/\/*.trade360.com\/*", "https:\/\/*.tradotek.com\/*", "https:\/\/*.globalix.com\/*", "https:\/\/*.europefx.com\/*", "https:\/\/*.everfx.com\/*", "https:\/\/*.everfxglobal.com\/*", "https:\/\/*.mql5.com\/*", "https:\/\/*.ainvestments.com\/*", "https:\/\/*.xtrade.com\/*", "https:\/\/*.tradeltd.com\/*", "https:\/\/fxcoinbot.com\/*", "https:\/\/*.fxcoinbot.com\/*", "http:\/\/localhost\/*", "webNavigation", "activeTab", "tabs", "storage", "unlimitedStorage" ] } |