Q-bot free version

Trading robot for quotex

Cos'è Q-bot free version?

Q-bot free version è un'estensione di Chrome sviluppata da https://o-signals.com, e la sua funzione principale è "Trading robot for quotex".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Q-bot free version

Scarica i file di estensione Q-bot free version in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Q-bot free version Q-bot free version
ID hlfihkgnacdflbmmcpdlhibegfnhggjb
URL Ufficiale https://chromewebstore.google.com/detail/q-bot-free-version/hlfihkgnacdflbmmcpdlhibegfnhggjb
Descrizione Trading robot for quotex
Dimensione del File 232 KB
Conteggio Installazioni 3,497
Versione Corrente 1.2.9
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2022-01-30
Valutazione 4.51/5 Totale 179 Valutazioni
Sviluppatore https://o-signals.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cryptotop.uno/qbot/
URL della Pagina di Aiuto https://t.me/o_signals1
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1S7ebFtp3DnBQ9i3rIA4MbZLYccStboa7_vW1mVaUNxc/edit?usp=sharing
Lingue Supportate 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\/*"
            ]
        }
    ]
}