PO Cash Trading BOT (unofficial)
PO Cash Trading BOT (unofficial)
Was ist PO Cash Trading BOT (unofficial)?
PO Cash Trading BOT (unofficial) ist eine Chrome-Erweiterung, die von https://top10.cfd entwickelt wurde, und ihr Hauptmerkmal ist "PO Cash Trading BOT (unofficial)".
Erweiterungsscreenshots
PO Cash Trading BOT (unofficial)-Erweiterungs-CRX-Datei herunterladen
Laden Sie PO Cash Trading BOT (unofficial)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | daijabngpgjgfcocemkhobigapfimfjk |
Offizielle URL | https://chromewebstore.google.com/detail/po-cash-trading-bot-unoff/daijabngpgjgfcocemkhobigapfimfjk |
Beschreibung | PO Cash Trading BOT (unofficial) |
Dateigröße | 305 KB |
Installationsanzahl | 133 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2022-05-04 |
Veröffentlichungsdatum | 2022-05-01 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://top10.cfd |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://top10.cfd/ |
Hilfeseite URL | https://top10.cfd/ |
URL der Datenschutzrichtlinien-Seite | https://iqoption.com/en/terms-and-conditions/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |