FunPay Lite Bot

Lite Bot for funpay.com

FunPay Lite Bot란 무엇입니까?

FunPay Lite Bot은(는) https://litebot.uno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lite Bot for funpay.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FunPay Lite Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}