FunPay Lite Bot
Lite Bot for funpay.com
什么是FunPay Lite Bot?
FunPay Lite Bot是由https://litebot.uno开发的Chrome扩展程序,该扩展的主要功能是“Lite Bot for funpay.com”。
扩展截图
下载FunPay Lite Bot扩展crx文件
下载FunPay Lite Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🤖 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 扩展基本信息
| 名称 | |
| 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"
}
} | |