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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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\/*"
]
}
} | |