BELOBOT OlympTrade
OlympTrade bot - Robot for automated trading on the Olymp Trade platform.
What is BELOBOT OlympTrade?
BELOBOT OlympTrade is a Chrome extension developed by https://olymptrade.belobot.ru, and its main feature is "OlympTrade bot - Robot for automated trading on the Olymp Trade platform.".
Extension Screenshots
Download BELOBOT OlympTrade Extension CRX File
Download BELOBOT OlympTrade extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The robot automatically makes deals on the Olymp Trade platform using cloud algorithms.
Extension Basic Information
Name | BELOBOT OlympTrade |
ID | lpialkggbjcpeldnmlfacbplhfpfhgff |
Official URL | https://chromewebstore.google.com/detail/belobot-olymptrade/lpialkggbjcpeldnmlfacbplhfpfhgff |
Description | OlympTrade bot - Robot for automated trading on the Olymp Trade platform. |
File Size | 111 KB |
Installation Count | 279 |
Current Version | 5.0.1 |
Last Updated | 2022-02-03 |
Publish Date | 2021-08-21 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://olymptrade.belobot.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://olymptrade.belobot.ru |
Help Page URL | https://olymptrade.belobot.ru/contacts |
Supported Languages | 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\/*" ] } } |