Options Binaires - Auto Trader
Options Binaires - Auto Trader
Was ist Options Binaires - Auto Trader?
Options Binaires - Auto Trader ist eine Chrome-Erweiterung, die von http://optionsbinairespro.com entwickelt wurde, und ihr Hauptmerkmal ist "Options Binaires - Auto Trader".
Options Binaires - Auto Trader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Options Binaires - Auto Trader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Options Binaires Pro vous invite a essayer notre Auto Trader gratuitement.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lglhfljgaiknkdknncmamimnfcdfikgo |
Offizielle URL | https://chrome.google.com/webstore/detail/options-binaires-auto-tra/lglhfljgaiknkdknncmamimnfcdfikgo |
Beschreibung | Options Binaires - Auto Trader |
Dateigröße | 576 KB |
Installationsanzahl | 80 |
Aktuelle Version | 2.0 |
Letztes Update | 2013-07-28 |
Veröffentlichungsdatum | 2013-07-28 |
Entwickler | http://optionsbinairespro.com |
Zahlungsart | free |
Erweiterungswebsite | http://optionsbinairespro.com/ |
Hilfeseite URL | http://optionsbinairespro.com/auto-trader/ |
Unterstützte Sprachen | 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" ] } |