Bonk VTOL

Brings back the legendary gamemode known as VTOL to bonk.io

Wat is Bonk VTOL?

Bonk VTOL is een Chrome-extensie ontwikkeld door connordlew, en de belangrijkste functie is "Brings back the legendary gamemode known as VTOL to bonk.io".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bonk VTOL

Download Bonk VTOL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Bonk vtol it brings it back                    

Basisinformatie over de Extensie

Naam Bonk VTOL Bonk VTOL
ID bcbkoilficobilaldghbpmpahdlpjeha
Officiële URL https://chromewebstore.google.com/detail/bonk-vtol/bcbkoilficobilaldghbpmpahdlpjeha
Beschrijving Brings back the legendary gamemode known as VTOL to bonk.io
Bestandsgrootte 6.55 KB
Aantal Installaties 70
Huidige Versie 5.0
Laatst Bijgewerkt 2022-04-23
Publicatiedatum 2022-04-22
Ontwikkelaar connordlew
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bonk VTOL",
    "version": "5.0",
    "author": "Salama, (Salamana_)",
    "description": "Brings back the legendary gamemode known as VTOL to bonk.io",
    "permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bonk.io\/gameframe-release.html"
            ],
            "js": [
                "loadInjector.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injector.js",
                "runInjectors.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/bonk.io\/*"
    ]
}