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ファイルをダウンロード

Avalisa PO Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}