Binary pool

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

Cos'è Binary pool?

Binary pool è un'estensione di Chrome sviluppata da https://binary-pool.ru, e la sua funzione principale è "Торговые сигналы для olymptrade.com".

Scarica il file CRX dell'estensione Binary pool

Scarica i file di estensione Binary pool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Binary pool Binary pool
ID hippakpdboflkacladbofbfgmphfcojh
URL Ufficiale https://chrome.google.com/webstore/detail/binary-pool/hippakpdboflkacladbofbfgmphfcojh
Descrizione Торговые сигналы для olymptrade.com
Dimensione del File 164 KB
Conteggio Installazioni 102
Versione Corrente 1.3
Ultimo Aggiornamento 2018-04-19
Data di Pubblicazione 2018-04-19
Sviluppatore https://binary-pool.ru
Tipo di Pagamento free
Sito Web dell'Estensione https://binary-pool.ru/
Lingue Supportate 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\/*"
    ]
}