Bonk VTOL

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

Cos'è Bonk VTOL?

Bonk VTOL è un'estensione di Chrome sviluppata da connordlew, e la sua funzione principale è "Brings back the legendary gamemode known as VTOL to bonk.io".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bonk VTOL

Scarica i file di estensione Bonk VTOL 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 vtol it brings it back                    

Informazioni di Base sull'Estensione

Nome Bonk VTOL Bonk VTOL
ID bcbkoilficobilaldghbpmpahdlpjeha
URL Ufficiale https://chromewebstore.google.com/detail/bonk-vtol/bcbkoilficobilaldghbpmpahdlpjeha
Descrizione Brings back the legendary gamemode known as VTOL to bonk.io
Dimensione del File 6.55 KB
Conteggio Installazioni 70
Versione Corrente 5.0
Ultimo Aggiornamento 2022-04-23
Data di Pubblicazione 2022-04-22
Sviluppatore connordlew
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}