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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kibertrader และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bot BinPro

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}