2bot
PocketOption bot
2botคืออะไร?
2bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://2bot.top และคุณลักษณะหลักของมันคือ "PocketOption bot"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2bot
ดาวน์โหลดไฟล์ส่วนขยาย 2bot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pocket Option Bot automatically makes deals on the platform in accordance with the selected algorithm. PocketOptions bot can work on demo and live accounts. 2bot permanently analyzes all active trading pairs on the Pocket Option platform on different timeframes and receives sell or buy signals. Signals on different timeframes are strong or weak. In the robot settings, you choose which signals on different timeframes to make a deal with (for example: make a deal for 5 minutes with strong signals at 1,2,5 and an average signal at a 10-minute timeframe) In the robot settings, you can select the minimum yield at which 2bot will make a deal (for example: make a deal only with a yield of 82%) In the robot settings, you can specify the minimum delay between transactions and the maximum number of open orders In the bot settings, you can specify the desired income, after which the robot will automatically turn off (for example: you have $400 on your deposit, you indicate the desired income of 20%, then the robot will turn off when you have $480 on your account) You specify the amount and time of the transaction on the Pocket Option platform Bot works on demo and real account Before trading on a real account, I recommend that you watch the instructions on the official youtube channel and test the robot on a demo Pocket Option bot uses the standard mechanisms of the PocketOption platform to make a deal, no one will be able to determine that you used the robot Pocket Option bot provides the following advantages over manual trading: 1. He makes informed decisions based only on technical analysis. 2. The robot analyzes all pairs at once and chooses the highest profitability 3. The robot works at a fast pace choosing the best options
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 2bot |
ID | nmeompgfogpnabkpjdepfedkiajgohni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/2bot/nmeompgfogpnabkpjdepfedkiajgohni |
คำอธิบาย | PocketOption bot |
ขนาดไฟล์ | 69.5 KB |
จำนวนการติดตั้ง | 2,618 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2023-08-21 |
วันที่เผยแพร่ | 2022-07-07 |
คะแนน | 2.88/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://2bot.top |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://2bot.top |
URL หน้าช่วยเหลือ | https://2bot.top/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "2bot", "version": "2.0.2", "author": "Vitaly Belov", "description": "PocketOption bot", "short_name": "2bot - PocketOption bot", "icons": { "16": ".\/icon\/icon_16.png", "48": ".\/icon\/icon_48.png", "128": ".\/icon\/icon_128.png" }, "action": { "default_icon": { "19": ".\/icon\/icon_19.png", "38": ".\/icon\/icon_38.png" }, "default_title": "PocketOption BOT" }, "homepage_url": "https:\/\/2bot.top", "content_scripts": [ { "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/platform58.po2.capital\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/pocket-link4.co\/*" ], "js": [ "document_end.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/platform58.po2.capital\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/pocket-link4.co\/*" ], "js": [ "document_start.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/pocketoption.com\/*", "https:\/\/platform58.po2.capital\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/pocket-link4.co\/*" ], "web_accessible_resources": [ { "resources": [ "web_accessible_resources.js", "ani30.gif", "icon\/icon_30.png" ], "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/platform58.po2.capital\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/pocket-link4.co\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/pocketoption.com\/*", "https:\/\/platform58.po2.capital\/*", "https:\/\/p.finance\/*", "https:\/\/po.company\/*", "https:\/\/po1.capital\/*", "https:\/\/pocket-link4.co\/*" ] } } |