Binary pool
Торговые сигналы для olymptrade.com
Binary pool là gì?
Binary pool là một tiện ích mở rộng Chrome được phát triển bởi https://binary-pool.ru, và tính năng chính của nó là "Торговые сигналы для olymptrade.com".
Tải xuống tệp CRX của tiện ích mở rộng Binary pool
Tải xuống các tệp mở rộng Binary pool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Торговые сигналы для olymptrade.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hippakpdboflkacladbofbfgmphfcojh |
URL Chính Thức | https://chrome.google.com/webstore/detail/binary-pool/hippakpdboflkacladbofbfgmphfcojh |
Mô tả | Торговые сигналы для olymptrade.com |
Kích Thước Tệp | 164 KB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2018-04-19 |
Ngày Phát Hành | 2018-04-19 |
Nhà Phát Triển | https://binary-pool.ru |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://binary-pool.ru/ |
Ngôn Ngữ Được Hỗ Trợ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary pool", "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/olymptrade.com\/platform" ], "js": [ "js\/content-scripts\/helpers.js", "js\/platforms\/olymptrade\/content-scripts\/inject.js", "js\/content-scripts\/inject.js" ], "css": [ "css\/style.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/dom-scripts\/intercept\/web-socket.js", "js\/dom-scripts\/config.js", "js\/dom-scripts\/jquery.js", "js\/dom-scripts\/helpers\/components.js", "js\/dom-scripts\/helpers\/helpers.js", "js\/dom-scripts\/vue\/vue-dev.js", "js\/dom-scripts\/vue\/vue-prod.js", "js\/platforms\/olymptrade\/dom-scripts\/template.js", "js\/platforms\/olymptrade\/dom-scripts\/vue\/vue.js", "html\/platforms\/olymptrade\/app.html", "html\/platforms\/olymptrade\/notifications.html", "html\/platforms\/olymptrade\/settings.html", "js\/dom-scripts\/data-cache.js", "js\/dom-scripts\/conn\/drivers\/drivers-helper.js", "js\/dom-scripts\/conn\/drivers\/ajax\/ajax.js", "js\/dom-scripts\/conn\/conn.js" ], "permissions": [ "https:\/\/olymptrade.com\/platform", "http:\/\/localhost:8000\/*", "https:\/\/binary-pool.ru\/*" ] } |