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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}