PocketOption BOT
PocketOption trading robot
PocketOption BOT란 무엇입니까?
PocketOption BOT은(는) https://v3.belobot.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PocketOption trading robot"입니다.
확장 프로그램 스크린샷
PocketOption BOT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hello. This is an old version of the robot, it is no longer supported! But from a search, people often end up on this page! Please look for the new version of the robot (called 2bot)! 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.
확장 프로그램 기본 정보
이름 | PocketOption BOT |
ID | imecccjjaeolikdablecfbnnapokliih |
공식 URL | https://chromewebstore.google.com/detail/pocketoption-bot/imecccjjaeolikdablecfbnnapokliih |
설명 | PocketOption trading robot |
파일 크기 | 330 KB |
설치 횟수 | 3,291 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2023-01-17 |
출시 날짜 | 2020-05-26 |
평점 | 2.50/5 총 16 개의 평점 |
개발자 | https://v3.belobot.ru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://v3.belobot.ru |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PocketOption BOT", "version": "1.3.0", "author": "Vitaly Belov", "current_locale": "en", "description": "PocketOption trading robot", "homepage_url": "https:\/\/v3.belobot.ru\/", "content_scripts": [ { "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/platform1.po2.capital\/*" ], "js": [ "content_script_injector.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/pocketoption.com\/*cabinet*", "https:\/\/p.finance\/*cabinet*", "https:\/\/po.company\/*cabinet*", "https:\/\/po1.capital\/*cabinet*", "https:\/\/platform1.po2.capital\/*" ], "js": [ "ext\/jquery-3.4.1.min.js", "ext\/bootstrap.min.js", "main.js" ], "css": [ "ext\/bootstrap.min.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/pocketoption.com\/*", "https:\/\/p.finance\/*", "https:\/\/v3.belobot.ru\/", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/platform1.po2.capital\/*" ], "web_accessible_resources": [ { "resources": [ "content_script.js", "img\/close-24px.svg", "img\/done-24px.svg", "img\/done_all-24px.svg" ], "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/platform1.po2.capital\/*" ] } ], "action": { "default_title": "PocketOption BOT", "default_icon": "icons\/32.png" }, "icons": { "192": "icons\/192.png", "168": "icons\/168.png", "144": "icons\/144.png", "96": "icons\/96.png", "72": "icons\/72.png", "48": "icons\/48.png", "32": "icons\/32.png" } } |