Options Binaires - Auto Trader
Options Binaires - Auto Trader
What is Options Binaires - Auto Trader?
Options Binaires - Auto Trader is a Chrome extension developed by http://optionsbinairespro.com, and its main feature is "Options Binaires - Auto Trader".
Download Options Binaires - Auto Trader Extension CRX File
Download Options Binaires - Auto Trader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Options Binaires Pro vous invite a essayer notre Auto Trader gratuitement.
Extension Basic Information
Name | |
ID | lglhfljgaiknkdknncmamimnfcdfikgo |
Official URL | https://chrome.google.com/webstore/detail/options-binaires-auto-tra/lglhfljgaiknkdknncmamimnfcdfikgo |
Description | Options Binaires - Auto Trader |
File Size | 576 KB |
Installation Count | 80 |
Current Version | 2.0 |
Last Updated | 2013-07-28 |
Publish Date | 2013-07-28 |
Developer | http://optionsbinairespro.com |
Payment Type | free |
Extension Website | http://optionsbinairespro.com/ |
Help Page URL | http://optionsbinairespro.com/auto-trader/ |
Supported Languages | 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" ] } |