BELOBOT OlympTrade

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

BELOBOT OlympTrade là gì?

BELOBOT OlympTrade là một tiện ích mở rộng Chrome được phát triển bởi https://olymptrade.belobot.ru, và tính năng chính của nó là "OlympTrade bot - Robot for automated trading on the Olymp Trade platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BELOBOT OlympTrade

Tải xuống các tệp mở rộng BELOBOT OlympTrade dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BELOBOT OlympTrade BELOBOT OlympTrade
ID lpialkggbjcpeldnmlfacbplhfpfhgff
URL Chính Thức https://chromewebstore.google.com/detail/belobot-olymptrade/lpialkggbjcpeldnmlfacbplhfpfhgff
Mô tả OlympTrade bot - Robot for automated trading on the Olymp Trade platform.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 279
Phiên Bản Hiện Tại 5.0.1
Cập Nhật Lần Cuối 2022-02-03
Ngày Phát Hành 2021-08-21
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://olymptrade.belobot.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://olymptrade.belobot.ru
URL Trang Trợ Giúp https://olymptrade.belobot.ru/contacts
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}