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
Eメール [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\/*"
    ]
}