BinomoBot AutoTrade Syk

Binomo Automatic Trading Bot

BinomoBot AutoTrade Sykคืออะไร?

BinomoBot AutoTrade Syk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FT Trader097 และคุณลักษณะหลักของมันคือ "Binomo Automatic Trading Bot"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BinomoBot AutoTrade Syk

ดาวน์โหลดไฟล์ส่วนขยาย BinomoBot AutoTrade Syk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Asisten terbaik untuk perdagangan otomatis. Ekstensi ini bukan produk Binomo. Itu milik pihak ketiga dan dibuat sebagai alat bantu.

Binomo trading robot. Robot for automated binary options trading Binomo. Configure automatic trading by signals, sentiment trader, follow trend and counter trend. Binary rules and Follow Signal are default selected for automatic transaction. The robot works on a demo and live account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BinomoBot AutoTrade Syk BinomoBot AutoTrade Syk
ID nhnocmandfbodplijffghbhijdljjbdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/binomobot-autotrade-syk/nhnocmandfbodplijffghbhijdljjbdm
คำอธิบาย Binomo Automatic Trading Bot
ขนาดไฟล์ 72 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-11-18
วันที่เผยแพร่ 2022-11-17
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา FT Trader097
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BinomoBot AutoTrade Syk",
    "version": "1.0.1",
    "description": "Binomo Automatic Trading Bot",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "name": "BinomoBot AutoTrade Syk",
        "default_icon": "bn128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/binomo.com\/*",
                "https:\/\/binomo-brokers.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}