Avalisa PO Bot

Pocket Option Automatic Trading Bot.

Avalisa PO Bot क्या है?

Avalisa PO Bot avalisapobot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pocket Option Automatic Trading Bot."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Avalisa PO Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}