Q-bot free version

Trading robot for quotex

什么是Q-bot free version?

Q-bot free version是由https://o-signals.com开发的Chrome扩展程序,该扩展的主要功能是“Trading robot for quotex”。

扩展截图

screenshot
screenshot

下载Q-bot free version扩展crx文件

下载Q-bot free version扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Qbot An efficient trading robot for the quotex platform. Fully automatic opening of trades using signals based on artificial intelligence.                    

扩展基本信息

名称 Q-bot free version Q-bot free version
ID hlfihkgnacdflbmmcpdlhibegfnhggjb
官方URL https://chromewebstore.google.com/detail/q-bot-free-version/hlfihkgnacdflbmmcpdlhibegfnhggjb
简介 Trading robot for quotex
文件大小 232 KB
安装次数 3,497
当前版本 1.2.9
更新时间 2024-03-05
上架时间 2022-01-30
评分 4.51/5 共179次评分
开发者 https://o-signals.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cryptotop.uno/qbot/
帮助页面URL https://t.me/o_signals1
隐私政策页面URL https://docs.google.com/document/d/1S7ebFtp3DnBQ9i3rIA4MbZLYccStboa7_vW1mVaUNxc/edit?usp=sharing
支持的语言 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\/*"
            ]
        }
    ]
}