FunPay Lite Bot

Lite Bot for funpay.com

FunPay Lite Bot là gì?

FunPay Lite Bot là một tiện ích mở rộng Chrome được phát triển bởi https://litebot.uno, và tính năng chính của nó là "Lite Bot for funpay.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FunPay Lite Bot

Tải xuống các tệp mở rộng FunPay Lite Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🤖 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FunPay Lite Bot FunPay Lite Bot
ID amicfiagmpbgfiiopieeemlkblfeeeip
URL Chính Thức https://chromewebstore.google.com/detail/funpay-lite-bot/amicfiagmpbgfiiopieeemlkblfeeeip
Mô tả Lite Bot for funpay.com
Kích Thước Tệp 69.35 KB
Số Lần Cài Đặt 7,331
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2023-03-16
Ngày Phát Hành 2022-07-29
Đánh Giá 4.39/5 Tổng số 33 Đánh Giá
Nhà Phát Triển https://litebot.uno
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://litebot.uno
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}