Options Binaires - Auto Trader
Options Binaires - Auto Trader
Options Binaires - Auto Traderとは何ですか?
Options Binaires - Auto Traderはhttp://optionsbinairespro.comによって開発されたChromeの拡張機能で、その主な機能は「Options Binaires - Auto Trader」です。
Options Binaires - Auto Trader拡張機能のCRXファイルをダウンロード
Options Binaires - Auto Trader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Options Binaires Pro vous invite a essayer notre Auto Trader gratuitement.
拡張機能の基本情報
名前 | |
ID | lglhfljgaiknkdknncmamimnfcdfikgo |
公式URL | https://chrome.google.com/webstore/detail/options-binaires-auto-tra/lglhfljgaiknkdknncmamimnfcdfikgo |
説明 | Options Binaires - Auto Trader |
ファイルサイズ | 576 KB |
インストール数 | 80 |
現在のバージョン | 2.0 |
最終更新日 | 2013-07-28 |
公開日 | 2013-07-28 |
開発者 | http://optionsbinairespro.com |
支払い方法 | free |
拡張機能のウェブサイト | http://optionsbinairespro.com/ |
ヘルプページのURL | http://optionsbinairespro.com/auto-trader/ |
対応言語 | 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" ] } |