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
Eメール [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\/*"
            ]
        }
    ]
}