FunPay Lite Bot

Lite Bot for funpay.com

Was ist FunPay Lite Bot?

FunPay Lite Bot ist eine Chrome-Erweiterung, die von https://litebot.uno entwickelt wurde, und ihr Hauptmerkmal ist "Lite Bot for funpay.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

FunPay Lite Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie FunPay Lite Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🤖 A simple and convenient bot for the funpay.com trading platform.

✔️Adds functionality:
    ⚫ dark theme
    ⏫ auto-raise offers
    🎶 custom notification sound

🐞 Found a bug? Write to the developer:
Telegram - @NightStrang6r
Discord - 𝓝𝓲𝓰𝓱𝓽𝓢𝓽𝓻𝓪𝓷𝓰𝓮𝓻#0015

🚀 Join our communities:
Telegram - https://t.me/fplite
Discord - https://discord.gg/BNBX3q3Fj3                    

Grundlegende Informationen zur Erweiterung

Name FunPay Lite Bot FunPay Lite Bot
ID amicfiagmpbgfiiopieeemlkblfeeeip
Offizielle URL https://chromewebstore.google.com/detail/funpay-lite-bot/amicfiagmpbgfiiopieeemlkblfeeeip
Beschreibung Lite Bot for funpay.com
Dateigröße 69.35 KB
Installationsanzahl 7,331
Aktuelle Version 0.1.9
Letztes Update 2023-03-16
Veröffentlichungsdatum 2022-07-29
Bewertung 4.39/5 Insgesamt 33 Bewertungen
Entwickler https://litebot.uno
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://litebot.uno
Unterstützte Sprachen en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "NightStranger",
    "description": "__MSG_extDescription__",
    "version": "0.1.9",
    "default_locale": "ru",
    "icons": {
        "128": "assets\/logo.png"
    },
    "action": {
        "default_icon": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.funpay.com\/*",
                "https:\/\/funpay.com\/*"
            ],
            "css": [
                "content\/static\/style.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "style\/*",
                "content\/*"
            ],
            "matches": [
                "https:\/\/funpay.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}