Bot BinPro

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

Hvad er Bot BinPro?

Bot BinPro er en Chrome-udvidelse udviklet af kibertrader, og dens hovedfunktion er "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Bot BinPro-udvidelses-CRX-fil

Download Bot BinPro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
Officiel URL https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Beskrivelse This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Filstørrelse 365 KB
Antal Installationer 748
Nuværende Version 8.3.1
Senest Opdateret 2023-11-01
Udgivelsesdato 2020-11-22
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler kibertrader
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://kibertrader.com/policy_ext
Understøttede Sprog 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\/*"
            ]
        }
    ]
}