Options Binaires - Auto Trader
Options Binaires - Auto Trader
Options Binaires - Auto Traderคืออะไร?
Options Binaires - Auto Trader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://optionsbinairespro.com และคุณลักษณะหลักของมันคือ "Options Binaires - Auto Trader"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Options Binaires - Auto Trader
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |