Bot BinPro

This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.

Что такое Bot BinPro?

Bot BinPro - это расширение Chrome, разработанное kibertrader, и его основная функция - "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Bot BinPro

Скачайте файлы расширений Bot BinPro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Elevate your trading journey with 'Bot BinPro', your indispensable Google Chrome extension for Binomo. Acting as your personal trading robot, it automates your trades on this renowned platform. Designed for effortless profitable trading, its intuitive interface is a breeze to navigate. While not an official Binomo development, 'Bot BinPro' integrates flawlessly with the platform, amplifying your trading prowess. Delight in the ease of automated trading, saving you precious time from market analysis. With 'Bot BinPro', trading smart is now a click away!                    

Основная информация о расширении

Название Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
Официальный URL https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Описание This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Размер файла 365 KB
Количество установок 748
Текущая Версия 8.3.1
Последнее Обновление 2023-11-01
Дата публикации 2020-11-22
Рейтинг 3.00/5 Всего 2 оценок
Разработчик kibertrader
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://kibertrader.com/policy_ext
Поддерживаемые языки id,ms,en,fil,vi,tr,es,pt-BR,hi,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Bot BinPro",
    "short_name": "Trader Robot",
    "version": "8.3.1",
    "action": {
        "default_icon": {
            "38": "logo\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "icons": {
        "128": "logo\/128.png",
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "38": "logo\/38.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.binomo.com\/*",
                "https:\/\/id-binomo.com\/*"
            ]
        }
    ]
}