Q-bot free version
Trading robot for quotex
Q-bot free version là gì?
Q-bot free version là một tiện ích mở rộng Chrome được phát triển bởi https://o-signals.com, và tính năng chính của nó là "Trading robot for quotex".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Q-bot free version
Tải xuống các tệp mở rộng Q-bot free version dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Qbot An efficient trading robot for the quotex platform. Fully automatic opening of trades using signals based on artificial intelligence.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Q-bot free version |
ID | hlfihkgnacdflbmmcpdlhibegfnhggjb |
URL Chính Thức | https://chromewebstore.google.com/detail/q-bot-free-version/hlfihkgnacdflbmmcpdlhibegfnhggjb |
Mô tả | Trading robot for quotex |
Kích Thước Tệp | 232 KB |
Số Lần Cài Đặt | 3,497 |
Phiên Bản Hiện Tại | 1.2.9 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2022-01-30 |
Đánh Giá | 4.51/5 Tổng số 179 Đánh Giá |
Nhà Phát Triển | https://o-signals.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cryptotop.uno/qbot/ |
URL Trang Trợ Giúp | https://t.me/o_signals1 |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/1S7ebFtp3DnBQ9i3rIA4MbZLYccStboa7_vW1mVaUNxc/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Q-bot free version ", "description": "Trading robot for quotex", "version": "1.2.9", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "options_page": "settings\/settings.html", "action": { "default_title": "Trading robot for quotex", "default_popup": "popup\/popup.html" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "mdb.min.js", "jquery-ui.js", "lang.js", "content.js", "vipdeal.js", "freedeal.js", "buy.js", "site.js", "info.js", "dealotc.js", "signals.js", "registr.js" ], "css": [ "style.css", "mdb.min.css" ], "matches": [ "https:\/\/quotex.com\/*", "https:\/\/qxbroker.com\/*", "https:\/\/qtx-broker.com\/*", "https:\/\/quotex-market.io\/*", "https:\/\/quotex-market.pro\/*", "https:\/\/qxbroker.pro\/*", "https:\/\/qtxbrk.com\/*", "https:\/\/quotex-market.trade\/*", "https:\/\/quotex-trade.io\/*", "https:\/\/qx-market.com\/*", "https:\/\/qx-market.io\/*", "https:\/\/broker-qx.pro\/*" ] } ] } |