Bot BinPro

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

Bot BinPro là gì?

Bot BinPro là một tiện ích mở rộng Chrome được phát triển bởi kibertrader, và tính năng chính của nó là "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bot BinPro

Tải xuống các tệp mở rộng Bot BinPro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bot BinPro Bot BinPro
ID fbaippdcboelmbbojniidcihpopeiimb
URL Chính Thức https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb
Mô tả This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 748
Phiên Bản Hiện Tại 8.3.1
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2020-11-22
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển kibertrader
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://kibertrader.com/policy_ext
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}