Avalisa PO Bot

Pocket Option Automatic Trading Bot.

O que é Avalisa PO Bot?

Avalisa PO Bot é uma extensão do Chrome desenvolvida por avalisapobot, e sua principal característica é "Pocket Option Automatic Trading Bot.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Avalisa PO Bot

Baixe arquivos de extensão Avalisa PO Bot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Avalisa PO Bot Avalisa PO Bot
ID maglfanajjejmgjecjcgckibddfinjbn
URL Oficial https://chromewebstore.google.com/detail/avalisa-po-bot/maglfanajjejmgjecjcgckibddfinjbn
Descrição Pocket Option Automatic Trading Bot.
Tamanho do Arquivo 583 KB
Contagem de Instalações 56
Versão Atual 1.1.3
Última Atualização 2024-01-06
Data de Publicação 2024-01-06
Desenvolvedor avalisapobot
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://avalisapobot.com/
Idiomas Suportados 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"
            ]
        }
    ]
}