IQ Profit Bot

IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks.

什么是IQ Profit Bot?

IQ Profit Bot是由FixedTimeTrades开发的Chrome扩展程序,该扩展的主要功能是“IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks.”。

扩展截图

screenshot
screenshot
screenshot

下载IQ Profit Bot扩展crx文件

下载IQ Profit Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The trading robot is an exclusive product that allows you to make transactions on the platform fully automatically. The robot is very easy to use and even a beginner can figure out its settings. After installing the extension, you will be provided with absolutely free access to the trading robot. A window with settings will appear on the trading platform and you can start trading!                    

扩展基本信息

名称 IQ Profit Bot IQ Profit Bot
ID djblnpnakfaakbfnohddgmilmmljeklj
官方URL https://chromewebstore.google.com/detail/iq-profit-bot/djblnpnakfaakbfnohddgmilmmljeklj
简介 IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks.
文件大小 775 KB
安装次数 909
当前版本 3.2
更新时间 2023-02-21
上架时间 2020-11-19
评分 2.33/5 共6次评分
开发者 FixedTimeTrades
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1wmStkc6MSQsKTwflrwNkYEBWhk9GoPQBFZ6K-Y550nI/edit
支持的语言 ms,de,en,fil,fr,vi,tr,es,it,pt-BR,ru,bn,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IQ Profit Bot",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "3.2",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.iqoption.com\/*",
        "https:\/\/*.iqbroker.com\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_title__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kibertrader.com\/*",
                "https:\/\/*.iqoption.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "24": "images\/icon24.png",
        "16": "images\/icon16.png"
    }
}