Bonk VTOL

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

Bonk VTOL là gì?

Bonk VTOL là một tiện ích mở rộng Chrome được phát triển bởi connordlew, và tính năng chính của nó là "Brings back the legendary gamemode known as VTOL to bonk.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bonk VTOL

Tải xuống các tệp mở rộng Bonk VTOL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Bonk vtol it brings it back                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bonk VTOL Bonk VTOL
ID bcbkoilficobilaldghbpmpahdlpjeha
URL Chính Thức https://chromewebstore.google.com/detail/bonk-vtol/bcbkoilficobilaldghbpmpahdlpjeha
Mô tả Brings back the legendary gamemode known as VTOL to bonk.io
Kích Thước Tệp 6.55 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2022-04-23
Ngày Phát Hành 2022-04-22
Nhà Phát Triển connordlew
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}