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
官方網址 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\/*"
            ]
        }
    ]
}