Bot BinPro

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

Cos'è Bot BinPro?

Bot BinPro è un'estensione di Chrome sviluppata da kibertrader, e la sua funzione principale è "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bot BinPro

Scarica i file di estensione Bot BinPro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
URL Ufficiale https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Descrizione This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Dimensione del File 365 KB
Conteggio Installazioni 748
Versione Corrente 8.3.1
Ultimo Aggiornamento 2023-11-01
Data di Pubblicazione 2020-11-22
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore kibertrader
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://kibertrader.com/policy_ext
Lingue Supportate 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\/*"
            ]
        }
    ]
}