BinomoBot AutoTrade Syk

Binomo Automatic Trading Bot

What is BinomoBot AutoTrade Syk?

BinomoBot AutoTrade Syk is a Chrome extension developed by FT Trader097, and its main feature is "Binomo Automatic Trading Bot".

Extension Screenshots

screenshot
screenshot

Download BinomoBot AutoTrade Syk Extension CRX File

Download BinomoBot AutoTrade Syk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BinomoBot AutoTrade Syk BinomoBot AutoTrade Syk
ID nhnocmandfbodplijffghbhijdljjbdm
Official URL https://chromewebstore.google.com/detail/binomobot-autotrade-syk/nhnocmandfbodplijffghbhijdljjbdm
Description Binomo Automatic Trading Bot
File Size 72 KB
Installation Count 269
Current Version 1.0.1
Last Updated 2022-11-18
Publish Date 2022-11-17
Rating 1.00/5 Total 1 Ratings
Developer FT Trader097
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}