Bonk Leagues Client

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

Cos'è Bonk Leagues Client?

Bonk Leagues Client è un'estensione di Chrome sviluppata da https://bonkleagues.io, e la sua funzione principale è "Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bonk Leagues Client

Scarica i file di estensione Bonk Leagues Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Bonk Leagues Client Bonk Leagues Client
ID gnogdcplfkjnmnapmdheajijmmoooion
URL Ufficiale https://chromewebstore.google.com/detail/bonk-leagues-client/gnogdcplfkjnmnapmdheajijmmoooion
Descrizione Custom themes, cosmetics, assets and more for Bonk.io! (Bonkio)
Dimensione del File 8.22 MB
Conteggio Installazioni 5,000
Versione Corrente 3.0.6
Ultimo Aggiornamento 2023-10-15
Data di Pubblicazione 2020-07-05
Valutazione 4.32/5 Totale 174 Valutazioni
Sviluppatore https://bonkleagues.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bonkleagues.io/client
URL della Pagina di Aiuto https://bonkleagues.io/client
URL della Pagina della Politica sulla Privacy https://bonkleagues.io/static/data/privacy_policy.html
Lingue Supportate 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
        }
    ]
}