Bot BinPro

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

什么是Bot BinPro?

Bot BinPro是由kibertrader开发的Chrome扩展程序,该扩展的主要功能是“This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Bot BinPro扩展crx文件

下载Bot BinPro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
官方URL https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
简介 This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
文件大小 365 KB
安装次数 748
当前版本 8.3.1
更新时间 2023-11-01
上架时间 2020-11-22
评分 3.00/5 共2次评分
开发者 kibertrader
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://kibertrader.com/policy_ext
支持的语言 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\/*"
            ]
        }
    ]
}