Bombparty Defuser

A tool to help you pick better words in Bombparty

Bombparty Defuserคืออะไร?

Bombparty Defuser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย philip.developer.email และคุณลักษณะหลักของมันคือ "A tool to help you pick better words in Bombparty"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Bombparty Defuser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bombparty Defuser is a tool that helps you choose better words in the game Bombparty on the website jklm.fun.

Once installed, join a game. Then, click on the extension icon to open the extension menu. Click the toggle button to activate the tool.

Created by Philip Roberts. Visuals by Grant Miller.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
คำอธิบาย A tool to help you pick better words in Bombparty
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 8,571
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-04-25
วันที่เผยแพร่ 2022-03-21
คะแนน 3.58/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา philip.developer.email
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bombparty Defuser",
    "version": "1.0.1",
    "description": "A tool to help you pick better words in Bombparty",
    "manifest_version": 3,
    "author": "Philip Roberts",
    "icons": {
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jklm.fun\/*",
                "https:\/\/jklm.fun\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ]
}