BELOBOT OlympTrade

OlympTrade bot - Robot for automated trading on the Olymp Trade platform.

Cos'è BELOBOT OlympTrade?

BELOBOT OlympTrade è un'estensione di Chrome sviluppata da https://olymptrade.belobot.ru, e la sua funzione principale è "OlympTrade bot - Robot for automated trading on the Olymp Trade platform.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BELOBOT OlympTrade

Scarica i file di estensione BELOBOT OlympTrade 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

                        The robot automatically makes deals on the Olymp Trade platform using cloud algorithms.                    

Informazioni di Base sull'Estensione

Nome BELOBOT OlympTrade BELOBOT OlympTrade
ID lpialkggbjcpeldnmlfacbplhfpfhgff
URL Ufficiale https://chromewebstore.google.com/detail/belobot-olymptrade/lpialkggbjcpeldnmlfacbplhfpfhgff
Descrizione OlympTrade bot - Robot for automated trading on the Olymp Trade platform.
Dimensione del File 111 KB
Conteggio Installazioni 279
Versione Corrente 5.0.1
Ultimo Aggiornamento 2022-02-03
Data di Pubblicazione 2021-08-21
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://olymptrade.belobot.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://olymptrade.belobot.ru
URL della Pagina di Aiuto https://olymptrade.belobot.ru/contacts
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BELOBOT OlympTrade",
    "version": "5.0.1",
    "author": "Vitaly Belov",
    "description": "OlympTrade bot - Robot for automated trading on the Olymp Trade platform.",
    "short_name": "belobot OT",
    "icons": {
        "16": ".\/icon\/icon_16.png",
        "48": ".\/icon\/icon_48.png",
        "128": ".\/icon\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "19": ".\/icon\/icon_19.png",
            "38": ".\/icon\/icon_38.png"
        }
    },
    "homepage_url": "https:\/\/olymptrade.belobot.ru",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/olymptrade.com\/*"
            ],
            "js": [
                "document_end.js"
            ],
            "run_at": "document_end",
            "css": [
                ".\/css\/style.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/olymptrade.com\/*"
            ],
            "js": [
                "document_start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.olymptrade.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible_resources.js",
                "ani30.gif",
                "icon\/icon_30.png"
            ],
            "matches": [
                "https:\/\/olymptrade.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/olymptrade.com\/*"
        ]
    }
}