IQ Profit Bot
IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks.
IQ Profit Bot란 무엇입니까?
IQ Profit Bot은(는) FixedTimeTrades에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks."입니다.
확장 프로그램 스크린샷
IQ Profit Bot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The trading robot is an exclusive product that allows you to make transactions on the platform fully automatically. The robot is very easy to use and even a beginner can figure out its settings. After installing the extension, you will be provided with absolutely free access to the trading robot. A window with settings will appear on the trading platform and you can start trading!
확장 프로그램 기본 정보
이름 | IQ Profit Bot |
ID | djblnpnakfaakbfnohddgmilmmljeklj |
공식 URL | https://chromewebstore.google.com/detail/iq-profit-bot/djblnpnakfaakbfnohddgmilmmljeklj |
설명 | IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks. |
파일 크기 | 775 KB |
설치 횟수 | 909 |
현재 버전 | 3.2 |
최근 업데이트 | 2023-02-21 |
출시 날짜 | 2020-11-19 |
평점 | 2.33/5 총 6 개의 평점 |
개발자 | FixedTimeTrades |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1wmStkc6MSQsKTwflrwNkYEBWhk9GoPQBFZ6K-Y550nI/edit |
지원되는 언어 | ms,de,en,fil,fr,vi,tr,es,it,pt-BR,ru,bn,ar,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IQ Profit Bot", "description": "__MSG_description__", "manifest_version": 3, "default_locale": "en", "version": "3.2", "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/*.iqoption.com\/*", "https:\/\/*.iqbroker.com\/*" ], "background": { "service_worker": "bg.js" }, "action": { "default_icon": { "32": "images\/icon32.png" }, "default_title": "__MSG_title__", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/kibertrader.com\/*", "https:\/\/*.iqoption.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "24": "images\/icon24.png", "16": "images\/icon16.png" } } |