Options Binaires - Auto Trader
Options Binaires - Auto Trader
Wat is Options Binaires - Auto Trader?
Options Binaires - Auto Trader is een Chrome-extensie ontwikkeld door http://optionsbinairespro.com, en de belangrijkste functie is "Options Binaires - Auto Trader".
Download het CRX-bestand van de extensie Options Binaires - Auto Trader
Download Options Binaires - Auto Trader-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
Options Binaires Pro vous invite a essayer notre Auto Trader gratuitement.
Basisinformatie over de Extensie
Naam | |
ID | lglhfljgaiknkdknncmamimnfcdfikgo |
Officiële URL | https://chrome.google.com/webstore/detail/options-binaires-auto-tra/lglhfljgaiknkdknncmamimnfcdfikgo |
Beschrijving | Options Binaires - Auto Trader |
Bestandsgrootte | 576 KB |
Aantal Installaties | 80 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2013-07-28 |
Publicatiedatum | 2013-07-28 |
Ontwikkelaar | http://optionsbinairespro.com |
Betalingswijze | free |
Extensiewebsite | http://optionsbinairespro.com/ |
Help Pagina-URL | http://optionsbinairespro.com/auto-trader/ |
Ondersteunde Talen | fr |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Options Binaires - Auto Trader" }, "content_scripts": [ { "js": [ "jquery-1.9.1.js", "jquery-ui.js", "content_script.js" ], "matches": [ "https:\/\/*.24option.com\/*", "http:\/\/*.24option.com\/*", "https:\/\/*.zoneoptions.com\/*", "http:\/\/*.zoneoptions.com\/*", "https:\/\/*.topoption.com\/*", "http:\/\/*.topoption.com\/*", "http:\/\/*.optionweb.com\/*", "http:\/\/*.optionweb.com\/*" ] } ], "description": "Options Binaires - Auto Trader", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Options Binaires - Auto Trader", "permissions": [ "http:\/\/optionsbinairespro.com\/*", "notifications", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0", "web_accessible_resources": [ "images\/icon-48.png" ] } |