FunPay Lite Bot

Lite Bot for funpay.com

Qu'est-ce que FunPay Lite Bot ?

FunPay Lite Bot est une extension Chrome développée par https://litebot.uno, et sa fonction principale est "Lite Bot for funpay.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FunPay Lite Bot

Téléchargez les fichiers d'extension FunPay Lite 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

                        🤖 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                    

Informations de Base sur l'Extension

Nom FunPay Lite Bot FunPay Lite Bot
ID amicfiagmpbgfiiopieeemlkblfeeeip
URL Officiel https://chromewebstore.google.com/detail/funpay-lite-bot/amicfiagmpbgfiiopieeemlkblfeeeip
Description Lite Bot for funpay.com
Taille du Fichier 69.35 KB
Nombre d'Installations 7,331
Version Actuelle 0.1.9
Dernière Mise à Jour 2023-03-16
Date de Publication 2022-07-29
Évaluation 4.39/5 Total 33 Évaluations
Développeur https://litebot.uno
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://litebot.uno
Langues Prises en Charge 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"
    }
}