Bot BinPro

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

¿Qué es Bot BinPro?

Bot BinPro es una extensión de Chrome desarrollada por kibertrader, y su función principal es "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Bot BinPro

Descarga archivos de extensión Bot BinPro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
URL Oficial https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Descripción This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Tamaño del Archivo 365 KB
Cantidad de Instalaciones 748
Versión Actual 8.3.1
Última Actualización 2023-11-01
Fecha de Publicación 2020-11-22
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador kibertrader
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://kibertrader.com/policy_ext
Idiomas Soportados 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\/*"
            ]
        }
    ]
}