IQ OPTION for Tradingview Connecter

IQ OPTION for Tradingview Connecter(ROBOTFITBOT)

What is IQ OPTION for Tradingview Connecter?

IQ OPTION for Tradingview Connecter is a Chrome extension developed by IBGSOFT, and its main feature is "IQ OPTION for Tradingview Connecter(ROBOTFITBOT)".

Extension Screenshots

screenshot

Download IQ OPTION for Tradingview Connecter Extension CRX File

Download IQ OPTION for Tradingview Connecter 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

                        THIS IS ROBOTFIT IQ OPTION WITH TRADING VIEW AND OTHER SIGNAL CONNECTER

이 확장 프로그램은 IQ OPTION과 TRADING VIEW 외 다른 시그널을 연결해주는 커넥터입니다.                    

Extension Basic Information

Name IQ OPTION for Tradingview Connecter IQ OPTION for Tradingview Connecter
ID hbcbommcpcgkkooffeobdlppgnppjgab
Official URL https://chrome.google.com/webstore/detail/hbcbommcpcgkkooffeobdlppgnppjgab
Description IQ OPTION for Tradingview Connecter(ROBOTFITBOT)
File Size 4.14 MB
Installation Count 418
Current Version 0.1.2
Last Updated 2019-10-24
Publish Date 2019-10-24
Developer IBGSOFT
Email [email protected]
Payment Type free
Extension Website https://www.robotxfit.com/
Help Page URL https://www.robotxfit.com/
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IQ OPTION for Tradingview Connecter",
    "short_name": "IQ OPTION for Tradingview Connecter(ROBOTFITBOT)",
    "description": "IQ OPTION for Tradingview Connecter(ROBOTFITBOT)",
    "version": "0.1.2",
    "manifest_version": 2,
    "default_locale": "ko",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "notifications",
        "contextMenus",
        "https:\/\/kr.tradingview.com\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/ccxt.browser.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "20": "images\/icon-20.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "IQ OPTION for Tradingview Connecter(ROBOTFITBOT)",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "images\/notify.png",
        "images\/error.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}