Binary Tips

Additional earnings on binary options. Secure your deals

Wat is Binary Tips?

Binary Tips is een Chrome-extensie ontwikkeld door https://binary-tips.com, en de belangrijkste functie is "Additional earnings on binary options. Secure your deals".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Binary Tips

Download Binary Tips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        How it works? - everything is very simple

1. Register on the service
2. Choose a broker with which you will trade
3. Sign up through our button
4. Withdraw your cashback

We work with proven brokers:

- EffectOption
- Binomo
- Olymptrade

Technical support:

- Working hours: Around the clock
- Mail support: [email protected]

If you have any questions of a technical or financial plan, write to us and we will help you in solving your question. We answer questions within 15-60 minutes, depending on the download service.                    

Basisinformatie over de Extensie

Naam Binary Tips Binary Tips
ID algohkjchealbdpphddiocmbajdpdknp
Officiële URL https://chromewebstore.google.com/detail/binary-tips/algohkjchealbdpphddiocmbajdpdknp
Beschrijving Additional earnings on binary options. Secure your deals
Bestandsgrootte 530 KB
Aantal Installaties 53
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-05
Publicatiedatum 2019-03-05
Beoordeling 5.00/5 Totaal 57 Beoordelingen
Ontwikkelaar https://binary-tips.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://binary-tips.com/
Help Pagina-URL http://binary-tips.com/contacts
URL van de Privacybeleid Pagina http://binary-tips.com/page/1
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binary Tips",
    "version": "1.0",
    "description": "Additional earnings on binary options. Secure your deals",
    "manifest_version": 2,
    "icons": {
        "128": "img\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/api.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Binary Tips",
        "default_icon": "img\/favicon.png",
        "default_popup": "index.html"
    }
}