PO Cash Trading BOT (unofficial)
PO Cash Trading BOT (unofficial)
什么是PO Cash Trading BOT (unofficial)?
PO Cash Trading BOT (unofficial)是由https://top10.cfd开发的Chrome扩展程序,该扩展的主要功能是“PO Cash Trading BOT (unofficial)”。
扩展截图
下载PO Cash Trading BOT (unofficial)扩展crx文件
下载PO Cash Trading BOT (unofficial)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PocketOption trading robot PocketOption trading robot. Robot for automated binary options trading PocketOption. Configure automatic trading by signals. Binary rules and signal strength are selected for automatic transaction. The robot works on a demo and live account.
扩展基本信息
名称 | |
ID | daijabngpgjgfcocemkhobigapfimfjk |
官方URL | https://chromewebstore.google.com/detail/po-cash-trading-bot-unoff/daijabngpgjgfcocemkhobigapfimfjk |
简介 | PO Cash Trading BOT (unofficial) |
文件大小 | 305 KB |
安装次数 | 133 |
当前版本 | 1.3.0 |
更新时间 | 2022-05-04 |
上架时间 | 2022-05-01 |
评分 | 1.00/5 共1次评分 |
开发者 | https://top10.cfd |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://top10.cfd/ |
帮助页面URL | https://top10.cfd/ |
隐私政策页面URL | https://iqoption.com/en/terms-and-conditions/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "action": { "default_icon": "icons\/32.png", "default_title": "PO Cash Trading BOT (unofficial)" }, "author": "Fintech", "content_scripts": [ { "js": [ "content_script_injector.js" ], "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/platform1.po2.capital\/*" ], "run_at": "document_start" }, { "css": [ "ext\/bootstrap.min.css" ], "js": [ "ext\/jquery-3.4.1.min.js", "ext\/bootstrap.min.js", "main.js" ], "matches": [ "https:\/\/pocketoption.com\/*cabinet*", "https:\/\/p.finance\/*cabinet*", "https:\/\/po.company\/*cabinet*", "https:\/\/po1.capital\/*cabinet*", "https:\/\/platform1.po2.capital\/*" ], "run_at": "document_end" } ], "current_locale": "en", "description": "PO Cash Trading BOT (unofficial)", "homepage_url": "https:\/\/pocketoptionreview.com\/", "host_permissions": [ "https:\/\/pocketoption.com\/*", "https:\/\/p.finance\/*", "https:\/\/v3.belobot.ru\/", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/platform1.po2.capital\/*" ], "icons": { "144": "icons\/144.png", "168": "icons\/168.png", "192": "icons\/192.png", "32": "icons\/32.png", "48": "icons\/48.png", "72": "icons\/72.png", "96": "icons\/96.png" }, "manifest_version": 3, "name": "PO Cash Trading BOT (unofficial)", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.0", "web_accessible_resources": [ { "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*" ], "resources": [ "content_script.js", "img\/close-24px.svg", "img\/done-24px.svg", "img\/done_all-24px.svg" ] } ] } |