Bonk VTOL

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

什么是Bonk VTOL?

Bonk VTOL是由connordlew开发的Chrome扩展程序,该扩展的主要功能是“Brings back the legendary gamemode known as VTOL to bonk.io”。

扩展截图

screenshot

下载Bonk VTOL扩展crx文件

下载Bonk VTOL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bonk vtol it brings it back                    

扩展基本信息

名称 Bonk VTOL Bonk VTOL
ID bcbkoilficobilaldghbpmpahdlpjeha
官方URL https://chromewebstore.google.com/detail/bonk-vtol/bcbkoilficobilaldghbpmpahdlpjeha
简介 Brings back the legendary gamemode known as VTOL to bonk.io
文件大小 6.55 KB
安装次数 70
当前版本 5.0
更新时间 2022-04-23
上架时间 2022-04-22
开发者 connordlew
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}