BELOBOT OlympTrade
OlympTrade bot - Robot for automated trading on the Olymp Trade platform.
BELOBOT OlympTradeとは何ですか?
BELOBOT OlympTradeはhttps://olymptrade.belobot.ruによって開発されたChromeの拡張機能で、その主な機能は「OlympTrade bot - Robot for automated trading on the Olymp Trade platform.」です。
拡張機能のスクリーンショット
BELOBOT OlympTrade拡張機能のCRXファイルをダウンロード
BELOBOT OlympTrade拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The robot automatically makes deals on the Olymp Trade platform using cloud algorithms.
拡張機能の基本情報
名前 | BELOBOT OlympTrade |
ID | lpialkggbjcpeldnmlfacbplhfpfhgff |
公式URL | https://chromewebstore.google.com/detail/belobot-olymptrade/lpialkggbjcpeldnmlfacbplhfpfhgff |
説明 | OlympTrade bot - Robot for automated trading on the Olymp Trade platform. |
ファイルサイズ | 111 KB |
インストール数 | 279 |
現在のバージョン | 5.0.1 |
最終更新日 | 2022-02-03 |
公開日 | 2021-08-21 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://olymptrade.belobot.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://olymptrade.belobot.ru |
ヘルプページのURL | https://olymptrade.belobot.ru/contacts |
対応言語 | 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\/*" ] } } |