BELOBOT OlympTrade

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

BELOBOT OlympTradeคืออะไร?

BELOBOT OlympTrade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://olymptrade.belobot.ru และคุณลักษณะหลักของมันคือ "OlympTrade bot - Robot for automated trading on the Olymp Trade platform."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BELOBOT OlympTrade

ดาวน์โหลดไฟล์ส่วนขยาย BELOBOT OlympTrade ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BELOBOT OlympTrade 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
อีเมล [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\/*"
        ]
    }
}