Bonk Leagues Client

Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)

什么是Bonk Leagues Client?

Bonk Leagues Client是由https://bonkleagues.io开发的Chrome扩展程序,该扩展的主要功能是“Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bonk Leagues Client扩展crx文件

下载Bonk Leagues Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bonk Leagues Client is a mod for Bonk (bonk.io) which adds tons of new features to help make your gaming experience even more fun! BL Client is not a hacked client and is completely safe for you to use.

FEATURES:

- Themes:
Jazz up your Bonk.io experience with custom-made, carefully crafted themes!
Themes change the appearance and style of the user interface - you can even make your own!

- Assets:
Want to change the sound effects that Bonk uses?
With Bonk Leagues Client, you can!

- Cosmetics:
Equip cosmetics like hats, trails and custom name colours to your player!

- Other cool stuff:
Bonk Leagues Client has loads of other cool features to play around with:
Controller support, text-to-speech chat, spectator freecam, chat formatting, custom commands, and more!

What are you waiting for? Install Bonk Leagues Client now!                    

扩展基本信息

名称 Bonk Leagues Client Bonk Leagues Client
ID gnogdcplfkjnmnapmdheajijmmoooion
官方URL https://chromewebstore.google.com/detail/bonk-leagues-client/gnogdcplfkjnmnapmdheajijmmoooion
简介 Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)
文件大小 8.22 MB
安装次数 5,000
当前版本 3.0.6
更新时间 2023-10-15
上架时间 2020-07-05
评分 4.32/5 共174次评分
开发者 https://bonkleagues.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bonkleagues.io/client
帮助页面URL https://bonkleagues.io/client
隐私政策页面URL https://bonkleagues.io/static/data/privacy_policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bonk Leagues Client",
    "description": "Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)",
    "version": "3.0.6",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/bonk.io\/*",
        "*:\/\/bonkisback.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "client\/js\/injector.js",
                "client\/js\/runInjectors.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bl_ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "client\/js\/loadInjector.js"
            ],
            "css": [
                "client\/js\/injector.css"
            ],
            "matches": [
                "*:\/\/bonk.io\/gameframe-release.html",
                "*:\/\/bonkisback.io\/gameframe-release.html"
            ],
            "all_frames": true
        }
    ]
}