Avalisa PO Bot

Pocket Option Automatic Trading Bot.

Avalisa PO Bot란 무엇입니까?

Avalisa PO Bot은(는) avalisapobot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pocket Option Automatic Trading Bot."입니다.

확장 프로그램 스크린샷

screenshot

Avalisa PO Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Avalisa PO Bot is a trading bot for Pocket Option trading platform that uses martingale strategy. Users will be able to adjust their own strategy settings such as delay between trades, martingale multiplier or time-interval to start the trade etc. We recommended to monitor the bot during trading because sometimes the martingale will not work properly if there is a slow internet connection.

We provide the Bot for absolutely FREE!! Users only have to register a new account under one of our admins referal link provided on our website www.avalisapobot.com

*** Please trade at your own risk.                    

확장 프로그램 기본 정보

이름 Avalisa PO Bot Avalisa PO Bot
ID maglfanajjejmgjecjcgckibddfinjbn
공식 URL https://chromewebstore.google.com/detail/avalisa-po-bot/maglfanajjejmgjecjcgckibddfinjbn
설명 Pocket Option Automatic Trading Bot.
파일 크기 583 KB
설치 횟수 56
현재 버전 1.1.3
최근 업데이트 2024-01-06
출시 날짜 2024-01-06
개발자 avalisapobot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://avalisapobot.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Avalisa PO Bot",
    "version": "1.1.3",
    "description": "Pocket Option Automatic Trading Bot.",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "name": "Avalisa PO Bot",
        "default_icon": "Avalisa.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "full-logo.jpeg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.pocketoption.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "create-menu-in-page.js",
                "sweetalert.min.js",
                "msgReceiver.js",
                "src\/notify.min.js"
            ]
        }
    ]
}