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
官方網址 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\/*"
    ]
}