Bonk VTOL

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

Apa itu Bonk VTOL?

Bonk VTOL adalah ekstensi Chrome yang dikembangkan oleh connordlew, dan fitur utamanya adalah "Brings back the legendary gamemode known as VTOL to bonk.io".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bonk VTOL

Unduh file ekstensi Bonk VTOL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Bonk vtol it brings it back                    

Informasi Dasar Ekstensi

Nama Bonk VTOL Bonk VTOL
ID bcbkoilficobilaldghbpmpahdlpjeha
URL Resmi https://chromewebstore.google.com/detail/bonk-vtol/bcbkoilficobilaldghbpmpahdlpjeha
Deskripsi Brings back the legendary gamemode known as VTOL to bonk.io
Ukuran File 6.55 KB
Jumlah Instalasi 70
Versi Saat Ini 5.0
Terakhir Diperbarui 2022-04-23
Tanggal Publikasi 2022-04-22
Pengembang connordlew
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}