FunPay Lite Bot

Lite Bot for funpay.com

FunPay Lite Bot क्या है?

FunPay Lite Bot https://litebot.uno द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lite Bot for funpay.com"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में FunPay Lite Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🤖 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                    

एक्सटेंशन की मूल जानकारी

नाम FunPay Lite Bot FunPay Lite Bot
ID amicfiagmpbgfiiopieeemlkblfeeeip
आधिकारिक URL https://chromewebstore.google.com/detail/funpay-lite-bot/amicfiagmpbgfiiopieeemlkblfeeeip
विवरण Lite Bot for funpay.com
फ़ाइल का आकार 69.35 KB
स्थापना संख्या 7,331
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2023-03-16
प्रकाशन तिथि 2022-07-29
रेटिंग 4.39/5 कुल 33 रेटिंग्स
डेवलपर https://litebot.uno
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://litebot.uno
समर्थित भाषाएँ 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"
    }
}