Bot BinPro

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

O que é Bot BinPro?

Bot BinPro é uma extensão do Chrome desenvolvida por kibertrader, e sua principal característica é "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bot BinPro

Baixe arquivos de extensão Bot BinPro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
URL Oficial https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Descrição This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Tamanho do Arquivo 365 KB
Contagem de Instalações 748
Versão Atual 8.3.1
Última Atualização 2023-11-01
Data de Publicação 2020-11-22
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor kibertrader
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://kibertrader.com/policy_ext
Idiomas Suportados 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\/*"
            ]
        }
    ]
}