BELOBOT OlympTrade

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

BELOBOT OlympTrade क्या है?

BELOBOT OlympTrade https://olymptrade.belobot.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OlympTrade bot - Robot for automated trading on the Olymp Trade platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BELOBOT OlympTrade एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}