Bonk VTOL

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

Hvad er Bonk VTOL?

Bonk VTOL er en Chrome-udvidelse udviklet af connordlew, og dens hovedfunktion er "Brings back the legendary gamemode known as VTOL to bonk.io".

Udvidelsesskærmbilleder

screenshot

Download Bonk VTOL-udvidelses-CRX-fil

Download Bonk VTOL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Bonk vtol it brings it back                    

Grundlæggende oplysninger om udvidelsen

Navn Bonk VTOL Bonk VTOL
ID bcbkoilficobilaldghbpmpahdlpjeha
Officiel URL https://chromewebstore.google.com/detail/bonk-vtol/bcbkoilficobilaldghbpmpahdlpjeha
Beskrivelse Brings back the legendary gamemode known as VTOL to bonk.io
Filstørrelse 6.55 KB
Antal Installationer 70
Nuværende Version 5.0
Senest Opdateret 2022-04-23
Udgivelsesdato 2022-04-22
Udvikler connordlew
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}