PocketOption BOT

PocketOption trading robot

PocketOption BOTคืออะไร?

PocketOption BOT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://v3.belobot.ru และคุณลักษณะหลักของมันคือ "PocketOption trading robot"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PocketOption BOT

ดาวน์โหลดไฟล์ส่วนขยาย PocketOption BOT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}