Bonk Leagues Client

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

Bonk Leagues Client क्या है?

Bonk Leagues Client https://bonkleagues.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bonk Leagues Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}