Avalisa PO Bot

Pocket Option Automatic Trading Bot.

Qu'est-ce que Avalisa PO Bot ?

Avalisa PO Bot est une extension Chrome développée par avalisapobot, et sa fonction principale est "Pocket Option Automatic Trading Bot.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Avalisa PO Bot

Téléchargez les fichiers d'extension Avalisa PO Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Avalisa PO Bot Avalisa PO Bot
ID maglfanajjejmgjecjcgckibddfinjbn
URL Officiel https://chromewebstore.google.com/detail/avalisa-po-bot/maglfanajjejmgjecjcgckibddfinjbn
Description Pocket Option Automatic Trading Bot.
Taille du Fichier 583 KB
Nombre d'Installations 56
Version Actuelle 1.1.3
Dernière Mise à Jour 2024-01-06
Date de Publication 2024-01-06
Développeur avalisapobot
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://avalisapobot.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}