BELOBOT OlympTrade

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

Was ist BELOBOT OlympTrade?

BELOBOT OlympTrade ist eine Chrome-Erweiterung, die von https://olymptrade.belobot.ru entwickelt wurde, und ihr Hauptmerkmal ist "OlympTrade bot - Robot for automated trading on the Olymp Trade platform.".

Erweiterungsscreenshots

screenshot

BELOBOT OlympTrade-Erweiterungs-CRX-Datei herunterladen

Laden Sie BELOBOT OlympTrade-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name BELOBOT OlympTrade BELOBOT OlympTrade
ID lpialkggbjcpeldnmlfacbplhfpfhgff
Offizielle URL https://chromewebstore.google.com/detail/belobot-olymptrade/lpialkggbjcpeldnmlfacbplhfpfhgff
Beschreibung OlympTrade bot - Robot for automated trading on the Olymp Trade platform.
Dateigröße 111 KB
Installationsanzahl 279
Aktuelle Version 5.0.1
Letztes Update 2022-02-03
Veröffentlichungsdatum 2021-08-21
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://olymptrade.belobot.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://olymptrade.belobot.ru
Hilfeseite URL https://olymptrade.belobot.ru/contacts
Unterstützte Sprachen 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\/*"
        ]
    }
}