Bot BinPro

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

Qu'est-ce que Bot BinPro ?

Bot BinPro est une extension Chrome développée par kibertrader, et sa fonction principale est "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bot BinPro

Téléchargez les fichiers d'extension Bot BinPro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
URL Officiel https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Description This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Taille du Fichier 365 KB
Nombre d'Installations 748
Version Actuelle 8.3.1
Dernière Mise à Jour 2023-11-01
Date de Publication 2020-11-22
Évaluation 3.00/5 Total 2 Évaluations
Développeur kibertrader
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://kibertrader.com/policy_ext
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}