Binary pool

Торговые сигналы для olymptrade.com

Что такое Binary pool?

Binary pool - это расширение Chrome, разработанное https://binary-pool.ru, и его основная функция - "Торговые сигналы для olymptrade.com".

Скачать файл CRX расширения Binary pool

Скачайте файлы расширений Binary pool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Торговые сигналы для olymptrade.com                    

Основная информация о расширении

Название Binary pool Binary pool
ID hippakpdboflkacladbofbfgmphfcojh
Официальный URL https://chrome.google.com/webstore/detail/binary-pool/hippakpdboflkacladbofbfgmphfcojh
Описание Торговые сигналы для olymptrade.com
Размер файла 164 KB
Количество установок 102
Текущая Версия 1.3
Последнее Обновление 2018-04-19
Дата публикации 2018-04-19
Разработчик https://binary-pool.ru
Тип оплаты free
Официальный сайт расширения https://binary-pool.ru/
Поддерживаемые языки ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary pool",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/olymptrade.com\/platform"
            ],
            "js": [
                "js\/content-scripts\/helpers.js",
                "js\/platforms\/olymptrade\/content-scripts\/inject.js",
                "js\/content-scripts\/inject.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/dom-scripts\/intercept\/web-socket.js",
        "js\/dom-scripts\/config.js",
        "js\/dom-scripts\/jquery.js",
        "js\/dom-scripts\/helpers\/components.js",
        "js\/dom-scripts\/helpers\/helpers.js",
        "js\/dom-scripts\/vue\/vue-dev.js",
        "js\/dom-scripts\/vue\/vue-prod.js",
        "js\/platforms\/olymptrade\/dom-scripts\/template.js",
        "js\/platforms\/olymptrade\/dom-scripts\/vue\/vue.js",
        "html\/platforms\/olymptrade\/app.html",
        "html\/platforms\/olymptrade\/notifications.html",
        "html\/platforms\/olymptrade\/settings.html",
        "js\/dom-scripts\/data-cache.js",
        "js\/dom-scripts\/conn\/drivers\/drivers-helper.js",
        "js\/dom-scripts\/conn\/drivers\/ajax\/ajax.js",
        "js\/dom-scripts\/conn\/conn.js"
    ],
    "permissions": [
        "https:\/\/olymptrade.com\/platform",
        "http:\/\/localhost:8000\/*",
        "https:\/\/binary-pool.ru\/*"
    ]
}