Bonk VTOL

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

Bonk VTOLคืออะไร?

Bonk VTOL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย connordlew และคุณลักษณะหลักของมันคือ "Brings back the legendary gamemode known as VTOL to bonk.io"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bonk VTOL

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}