Bombparty Defuser
A tool to help you pick better words in Bombparty
Bombparty Defuserคืออะไร?
Bombparty Defuser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dijo.dev และคุณลักษณะหลักของมันคือ "A tool to help you pick better words in Bombparty"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bombparty Defuser
ดาวน์โหลดไฟล์ส่วนขยาย Bombparty Defuser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
I would like to acknowledge the original creators of the code - Philip Roberts, and the visuals - Grant Miller, for their contributions to this BombParty extension. This educational tool is an expanded version of Philip's BombParty Defuser that includes 15 words to guess, 10 of which are shorter for easier gameplay, and 5 more challenging words to help you improve your BombParty skills. To use this extension, first, install it on your Chrome browser. Then, join a BombParty game on jklm.fun. Once in the game, click on the extension icon to open the menu. Finally, click the toggle button to activate the tool and start improving your gameplay. Please remember that this extension is only for educational purposes and should not be used to gain an unfair advantage over other players.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bombparty Defuser |
ID | momgcbkgpcbgnpfljopbefihehhjmcpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe |
คำอธิบาย | A tool to help you pick better words in Bombparty |
ขนาดไฟล์ | 1.34 MB |
จำนวนการติดตั้ง | 470 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-05-07 |
วันที่เผยแพร่ | 2023-05-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dijo.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bombparty Defuser", "version": "1.0.2", "description": "A tool to help you pick better words in Bombparty", "manifest_version": 3, "author": "dijo", "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 } ] } |